Proper check for the check-globals script
This commit is contained in:
parent
dc2d459cc5
commit
d3f4804f4d
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -76,7 +76,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Check globals
|
- name: Check globals
|
||||||
run: |
|
run: |
|
||||||
[ -x test/rename-globals.sh ] && test/rename-globals.sh
|
if [ -x test/rename-globals.sh ]; then test/rename-globals.sh; fi
|
||||||
|
|
||||||
other-comp:
|
other-comp:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
Loading…
Reference in New Issue
Block a user