Skip to content

Commit

Permalink
CI: fix check formatting step
Browse files Browse the repository at this point in the history
  • Loading branch information
Techatrix committed Aug 31, 2024
1 parent 7cf1ba9 commit 420fcb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
version: ${{ matrix.zig-version }}

- name: Check Formatting
run: zig fmt --ast-check --check src
run: zig fmt --ast-check --check .

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

0 comments on commit 420fcb2

Please sign in to comment.