Skip to content

Commit 0a30de3

Browse files
committed
friendship regain with format
This reverts commit dd407e4.
1 parent dd407e4 commit 0a30de3

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.gitattributes

Lines changed: 2 additions & 0 deletions
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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ jobs:
2727
with:
2828
version: ${{ matrix.zig-version }}
2929

30+
- name: Check Formatting
31+
run: zig fmt --ast-check --check .
32+
3033
- name: Build
3134
run: zig build --summary all
3235

0 commit comments

Comments
 (0)