Skip to content

Commit 4491fef

Browse files
committed
friendship regain with format
This reverts commit dd407e4.
1 parent dd407e4 commit 4491fef

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.gitattributes

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
*.zig text eol=lf
2+
*.zon text eol=lf

.github/workflows/build.yml

+4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- main
7+
- ci-fix
78
pull_request:
89
branches:
910
- main
@@ -27,6 +28,9 @@ jobs:
2728
with:
2829
version: ${{ matrix.zig-version }}
2930

31+
- name: Check Formatting
32+
run: zig fmt --ast-check --check .
33+
3034
- name: Build
3135
run: zig build --summary all
3236

0 commit comments

Comments
 (0)