Skip to content

Commit

Permalink
chore: make fmt happy
Browse files Browse the repository at this point in the history
  • Loading branch information
iamazy committed Mar 21, 2024
1 parent 36ce9e8 commit d71df36
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
- uses: dtolnay/rust-toolchain@nightly
with:
components: rustfmt, clippy
- uses: dtolnay/rust-toolchain@stable
with:
channel: nightly, stable
profile: minimal
components: rustfmt, clippy
- uses: actions/cache@v3
with:
Expand Down

0 comments on commit d71df36

Please sign in to comment.