We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd407e4 commit 4491fefCopy full SHA for 4491fef
.gitattributes
@@ -0,0 +1,2 @@
1
+*.zig text eol=lf
2
+*.zon text eol=lf
.github/workflows/build.yml
@@ -4,6 +4,7 @@ on:
4
push:
5
branches:
6
- main
7
+ - ci-fix
8
pull_request:
9
10
@@ -27,6 +28,9 @@ jobs:
27
28
with:
29
version: ${{ matrix.zig-version }}
30
31
+ - name: Check Formatting
32
+ run: zig fmt --ast-check --check .
33
+
34
- name: Build
35
run: zig build --summary all
36
0 commit comments