We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2844ae0 commit d080c1eCopy full SHA for d080c1e
1 file changed
.github/workflows/main.yml
@@ -14,6 +14,7 @@ jobs:
14
strategy:
15
fail-fast: false
16
matrix:
17
+ zig-version: [latest, master]
18
os: [ubuntu-latest, macos-latest, windows-latest]
19
runs-on: ${{ matrix.os }}
20
steps:
@@ -22,6 +23,8 @@ jobs:
22
23
24
- name: Setup Zig
25
uses: mlugg/setup-zig@v2
26
+ with:
27
+ version: ${{ matrix.zig-version }}
28
29
- name: Check Formatting
30
run: zig fmt --ast-check --check .
0 commit comments