Skip to content

Commit

Permalink
simplify 'check-format' action
Browse files Browse the repository at this point in the history
  • Loading branch information
danieleades committed Jan 13, 2024
1 parent cd4f764 commit 85d2162
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@master
- uses: dtolnay/rust-toolchain@stable
with:
toolchain: stable
components: rustfmt
- run: cargo fmt --check

Expand Down

0 comments on commit 85d2162

Please sign in to comment.