fix(lint): exclude zon files located in src/test
This commit is contained in:
@@ -18,7 +18,7 @@ jobs:
|
||||
with:
|
||||
version: master
|
||||
- name: Lint check
|
||||
run: zig fmt --check .
|
||||
run: zig fmt --check --exclude src/test .
|
||||
- name: Spell checking
|
||||
uses: crate-ci/typos@v1.25.0
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user