We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3c5d99 commit 5f30642Copy full SHA for 5f30642
2 files changed
.github/workflows/ci.yaml
@@ -11,13 +11,13 @@ jobs:
11
- uses: actions/checkout@v4
12
- uses: mlugg/setup-zig@v1
13
with:
14
- version: 0.14.0-dev.2628+5b5c60f43
+ version: 0.14.1
15
- run: zig build test
16
lint:
17
runs-on: ubuntu-latest
18
steps:
19
20
21
22
23
- run: zig fmt --check .
.github/workflows/docs.yaml
@@ -20,7 +20,7 @@ jobs:
24
- run: zig build docs
25
- uses: actions/configure-pages@v5
26
- uses: actions/upload-pages-artifact@v3
0 commit comments