Skip to content

Commit

Permalink
Fix rustfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
lindhe committed Aug 6, 2023
1 parent 49ee552 commit 0afc717
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/rust.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ jobs:
with:
toolchain: stable
components: rustfmt
- run: rustfmt src/*
- run: rustfmt src/main.rs
- run: rustfmt src/lib.rs
clippy:
name: Clippy
runs-on: ubuntu-latest
Expand Down

0 comments on commit 0afc717

Please sign in to comment.