Skip to content

Commit

Permalink
Merge pull request #26 from conjure-cp/fix-rustfmt
Browse files Browse the repository at this point in the history
Use cargo fmt directly, instead of an action
  • Loading branch information
ozgurakgun authored Oct 28, 2023
2 parents 41f863a + 3691e7f commit 0606264
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/rustfmt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,5 @@ jobs:
- uses: dtolnay/rust-toolchain@stable
with:
components: rustfmt
- name: rust-rustfmt-check
uses: mbrobbel/rustfmt-check@0.8.0
with:
token: ${{ secrets.GITHUB_TOKEN }}
mode: review
- name: Check rust formatting
run: cargo fmt --check

0 comments on commit 0606264

Please sign in to comment.