Skip to content

Commit

Permalink
ci: Remove spurious fmt check
Browse files Browse the repository at this point in the history
Signed-off-by: John Nunley <[email protected]>
  • Loading branch information
notgull committed Mar 13, 2024
1 parent c0b9c8e commit 8e3f35a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ jobs:
tool: typos-cli
- name: Check Formatting
run: cargo +nightly fmt --all -- --check
- name: Check Formatting
run: cargo fmt --all -- --check
- name: Run Typos
run: typos

Expand Down

0 comments on commit 8e3f35a

Please sign in to comment.