rename workflow

This commit is contained in:
Ethan Edwards 2021-08-26 16:26:15 -04:00
parent 13fe1ca5c5
commit afd4d17996
No known key found for this signature in database
GPG key ID: F1AD8EEE1366610B

View file

@ -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
shell: bash