Skip to content

Commit

Permalink
add rustfmt to rustup
Browse files Browse the repository at this point in the history
  • Loading branch information
birkenfeld committed Nov 17, 2024
1 parent 4710d90 commit 8dfb08f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions-rust-lang/setup-rust-toolchain@v1
with:
components: clippy
components: [clippy, rustfmt]
toolchain: ${{ matrix.toolchain }}
- run: cargo fmt --check
- run: cargo clippy --all-targets
Expand Down

0 comments on commit 8dfb08f

Please sign in to comment.