Skip to content

Commit

Permalink
Avoid zig build treating files as steps
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelM96 committed Jun 1, 2024
1 parent d1b71a6 commit 40aad3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ repos:
stages: [commit]
- id: zig-test
name: Run zig tests
entry: zig build test
entry: zig build test --
language: system
files: '.*\.zig$'
stages: [push]

0 comments on commit 40aad3b

Please sign in to comment.