Skip to content

Commit c4eece4

Browse files
Rename check_syntax.sh to syntax.sh
1 parent 05afca3 commit c4eece4

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
6767
- name: Run syntax tests on unix dev
6868
run: |
69-
./tests/check_syntax.sh
69+
./tests/syntax.sh
7070
continue-on-error: true
7171

7272
- name: Run unit tests on unix dev

.github/workflows/macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
3636
- name: Run syntax tests on macOS dev
3737
run: |
38-
./tests/check_syntax.sh
38+
./tests/syntax.sh
3939
continue-on-error: true
4040

4141
- name: Run unit tests on macOS dev
File renamed without changes.

0 commit comments

Comments
 (0)