Skip to content

Commit

Permalink
ci: don't check fmt for vendor
Browse files Browse the repository at this point in the history
  • Loading branch information
zenith391 committed Apr 29, 2023
1 parent 0e250e4 commit 8bb3b31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
version: master
- name: Check formatting
run: zig fmt --check .
run: zig fmt --check src examples
- name: Build Capy for native
run: zig build
- name: Build Capy for Windows x86_64
Expand Down

0 comments on commit 8bb3b31

Please sign in to comment.