Skip to content

Commit

Permalink
ci: add zig version to lint workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
deevus committed May 7, 2023
1 parent b0a3bdb commit 8e3e31e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test-and-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,6 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: goto-bus-stop/setup-zig@v2
with:
version: master
- run: zig fmt --check src/*.zig

0 comments on commit 8e3e31e

Please sign in to comment.