Skip to content

Commit 96c6e8e

Browse files
authored
Add format checks to workflows (#3)
1 parent 639b1f5 commit 96c6e8e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/zig.yml

+7
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,10 @@ jobs:
2222

2323
- name: Run tests
2424
run: zig build test
25+
26+
lint:
27+
runs-on: ubuntu-latest
28+
steps:
29+
- uses: actions/checkout@v2
30+
- uses: goto-bus-stop/setup-zig@v2
31+
- run: zig fmt --check .

0 commit comments

Comments
 (0)