Rename check_syntax.sh to syntax.sh

This commit is contained in:
Thomas Farstrike
2025-11-02 23:17:57 +01:00
parent 05afca3acb
commit c4eece489b
3 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -66,7 +66,7 @@ jobs:
- name: Run syntax tests on unix dev
run: |
./tests/check_syntax.sh
./tests/syntax.sh
continue-on-error: true
- name: Run unit tests on unix dev