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 dd407e4 commit 0a30de3Copy full SHA for 0a30de3
.gitattributes
@@ -0,0 +1,2 @@
1
+*.zig text eol=lf
2
+*.zon text eol=lf
.github/workflows/build.yml
@@ -27,6 +27,9 @@ jobs:
27
with:
28
version: ${{ matrix.zig-version }}
29
30
+ - name: Check Formatting
31
+ run: zig fmt --ast-check --check .
32
+
33
- name: Build
34
run: zig build --summary all
35
0 commit comments