mirror of
https://github.com/Karaka-Management/cssOMS.git
synced 2026-02-13 16:28:41 +00:00
fix indention
This commit is contained in:
parent
ec54871542
commit
8463024c0e
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
|
@ -17,8 +17,8 @@ jobs:
|
||||||
- name: Compile CSS
|
- name: Compile CSS
|
||||||
run: node-sass styles.scss styles.css
|
run: node-sass styles.scss styles.css
|
||||||
- name: Check for modified files
|
- name: Check for modified files
|
||||||
id: git-check
|
id: git-check
|
||||||
run: echo ::set-output name=modified::$(if git diff-index --quiet HEAD --; then echo "false"; else echo "true"; fi)
|
run: echo ::set-output name=modified::$(if git diff-index --quiet HEAD --; then echo "false"; else echo "true"; fi)
|
||||||
- name: Push changes
|
- name: Push changes
|
||||||
if: steps.git-check.outputs.modified == 'true'
|
if: steps.git-check.outputs.modified == 'true'
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user