diff --git a/.github/workflows/tests.yml b/.github/workflows/check-syntax.yml similarity index 88% rename from .github/workflows/tests.yml rename to .github/workflows/check-syntax.yml index d1f7544..0cc2267 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/check-syntax.yml @@ -1,4 +1,4 @@ -name: Test +name: Check Syntax on: [push, pull_request] @@ -11,4 +11,4 @@ jobs: - name: syntax-check run: for i in $(ls); do echo $i; if [ ! -z $(bash -n $i) ]; then $(exit 1); fi; done working-directory: scripts - shell: bash \ No newline at end of file + shell: bash