Skip to content

Commit

Permalink
CI: re-enable fmt check
Browse files Browse the repository at this point in the history
  • Loading branch information
pc-anssi committed Sep 25, 2024
1 parent db00c5a commit 61ece4d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,8 @@ jobs:
uses: dtolnay/rust-toolchain@stable
- run: cargo test ${{ matrix.features }}

# XXX: action currently disabled (need huge commit to fmt)
fmt:
name: Rustfmt
if: false
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 61ece4d

Please sign in to comment.