Proper check for the check-globals script

This commit is contained in:
Frank Denis 2021-03-15 12:03:44 +01:00
parent dc2d459cc5
commit d3f4804f4d

View File

@ -76,7 +76,7 @@ jobs:
- name: Check globals
run: |
[ -x test/rename-globals.sh ] && test/rename-globals.sh
if [ -x test/rename-globals.sh ]; then test/rename-globals.sh; fi
other-comp:
runs-on: ubuntu-latest