Skip to content

Commit

Permalink
refactor(ci): remove fmt job
Browse files Browse the repository at this point in the history
  • Loading branch information
tensorush committed Jul 21, 2024
1 parent 829ab65 commit 0302c4e
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,3 @@ jobs:

- name: Run `build`
run: zig build -Doptimize=ReleaseFast

fmt:
runs-on: ubuntu-latest

steps:
- name: Check out repository
uses: actions/checkout@v4

- name: Set up Zig
uses: mlugg/setup-zig@v1

- name: Run `fmt`
run: zig build fmt

0 comments on commit 0302c4e

Please sign in to comment.