Skip to content

Commit

Permalink
ci: run fmt and clippy on stable
Browse files Browse the repository at this point in the history
  • Loading branch information
dignifiedquire committed Sep 2, 2024
1 parent 0535ab2 commit 5a9cdd4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- uses: actions-rs/cargo@v1
with:
command: test

fmt:
name: Check formatting
runs-on: ubuntu-latest
Expand All @@ -50,7 +50,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly
toolchain: stable
components: rustfmt
override: true
- uses: actions-rs/cargo@v1
Expand All @@ -66,7 +66,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly
toolchain: stable
components: clippy
override: true
- uses: actions-rs/cargo@v1
Expand Down

0 comments on commit 5a9cdd4

Please sign in to comment.