fix(lint): exclude zon files located in src/test

This commit is contained in:
2025-02-25 18:45:13 +01:00
parent 9d5a661b4e
commit 9a3bc3dbf7

View File

@@ -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: