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:
Chris Heyes 2024-01-06 20:59:41 +00:00 committed by GitHub
parent d866436887
commit 7e1b9284f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: