Skip to content

Commit 0302c4e

Browse files
committed
refactor(ci): remove fmt job
1 parent 829ab65 commit 0302c4e

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

.github/workflows/ci.yaml

-13
Original file line numberDiff line numberDiff line change
@@ -27,16 +27,3 @@ jobs:
2727

2828
- name: Run `build`
2929
run: zig build -Doptimize=ReleaseFast
30-
31-
fmt:
32-
runs-on: ubuntu-latest
33-
34-
steps:
35-
- name: Check out repository
36-
uses: actions/checkout@v4
37-
38-
- name: Set up Zig
39-
uses: mlugg/setup-zig@v1
40-
41-
- name: Run `fmt`
42-
run: zig build fmt

0 commit comments

Comments
 (0)