We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0336ac6 commit bf18e18Copy full SHA for bf18e18
.github/workflows/main.yml
@@ -20,15 +20,8 @@ jobs:
20
steps:
21
- name: Checkout repository
22
uses: actions/checkout@v3
23
- - name: Read .zig-version
24
- id: zigversion
25
- uses: juliangruber/read-file-action@v1
26
- with:
27
- path: ./.zigversion
28
- name: Install Zig
29
- uses: mlugg/setup-zig@v1
30
31
- version: ${{ steps.zigversion.outputs.content }}
+ uses: mlugg/setup-zig@v2
32
- name: Check format
33
continue-on-error: true
34
run: zig fmt --check .
.zigversion
0 commit comments