Skip to content

Commit 420fcb2

Browse files
committed
CI: fix check formatting step
1 parent 7cf1ba9 commit 420fcb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
version: ${{ matrix.zig-version }}
3333

3434
- name: Check Formatting
35-
run: zig fmt --ast-check --check src
35+
run: zig fmt --ast-check --check .
3636

3737
- name: Run Tests
3838
run: zig build test --summary all

0 commit comments

Comments
 (0)