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
|
@ -24,7 +24,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: goto-bus-stop/setup-zig@v2
|
- uses: goto-bus-stop/setup-zig@v2
|
||||||
- run: zig fmt --check src/*.zig
|
- run: zig fmt --check .
|
||||||
```
|
```
|
||||||
|
|
||||||
Optionally set a Zig version:
|
Optionally set a Zig version:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user