rename workflow
This commit is contained in:
parent
13fe1ca5c5
commit
afd4d17996
1 changed files with 2 additions and 2 deletions
|
@ -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
|
Loading…
Reference in a new issue