Improve usage example (#66)
Run zig fmt --check on root dir so that build.zig, build.zig.zon and any other folders containing zig source get checked
This commit is contained in:
parent
d866436887
commit
7e1b9284f3
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: goto-bus-stop/setup-zig@v2
|
||||
- run: zig fmt --check src/*.zig
|
||||
- run: zig fmt --check .
|
||||
```
|
||||
|
||||
Optionally set a Zig version:
|
||||
|
|
Loading…
Add table
Reference in a new issue