Enforce -strict-style in CI

This commit is contained in:
gingerBill
2022-01-31 11:29:05 +00:00
parent 44ec95a983
commit da1edac56d
3 changed files with 7 additions and 7 deletions
+3 -3
View File
@@ -26,7 +26,7 @@ jobs:
run: ./odin run examples/demo -debug
timeout-minutes: 10
- name: Odin check examples/all
run: ./odin check examples/all
run: ./odin check examples/all -strict-style
timeout-minutes: 10
- name: Core library tests
run: |
@@ -66,7 +66,7 @@ jobs:
run: ./odin run examples/demo -debug
timeout-minutes: 10
- name: Odin check examples/all
run: ./odin check examples/all
run: ./odin check examples/all -strict-style
timeout-minutes: 10
- name: Core library tests
run: |
@@ -115,7 +115,7 @@ jobs:
shell: cmd
run: |
call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvars64.bat
odin check examples/all
odin check examples/all -strict-style
timeout-minutes: 10
- name: Core library tests
shell: cmd