Skip to content

Commit

Permalink
Use stable Clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrobbel committed Oct 11, 2023
1 parent 50f4a6c commit b9a59f3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@stable
with:
components: rustfmt
- run: cargo fmt -- --check

clippy:
Expand All @@ -72,7 +74,9 @@ jobs:
with:
fetch-depth: 0
submodules: recursive
- uses: dtolnay/rust-toolchain@clippy
- uses: dtolnay/rust-toolchain@stable
with:
components: clippy
- uses: arduino/setup-protoc@v2
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit b9a59f3

Please sign in to comment.