Skip to content

Commit

Permalink
ci: consolidate rust-fmt into rust workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jwhb committed Mar 17, 2024
1 parent 487e89a commit ecb474f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 18 deletions.
18 changes: 0 additions & 18 deletions .github/workflows/rust-fmt.yml

This file was deleted.

7 changes: 7 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,13 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@nightly
with:
components: rustfmt
- uses: mbrobbel/rustfmt-check@master
with:
token: ${{ secrets.GITHUB_TOKEN }}
mode: review
- name: Run Clippy
run: cargo clippy --all-targets --all-features
- name: Build
Expand Down

0 comments on commit ecb474f

Please sign in to comment.