We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cf1ba9 commit 420fcb2Copy full SHA for 420fcb2
1 file changed
.github/workflows/main.yml
@@ -32,7 +32,7 @@ jobs:
32
version: ${{ matrix.zig-version }}
33
34
- name: Check Formatting
35
- run: zig fmt --ast-check --check src
+ run: zig fmt --ast-check --check .
36
37
- name: Run Tests
38
run: zig build test --summary all
0 commit comments