Skip to content

Commit

Permalink
Merge pull request #186 from carlaKC/fix-clippy-and-pin
Browse files Browse the repository at this point in the history
workflows: pin clippy version
  • Loading branch information
carlaKC authored May 15, 2024
2 parents 5838d4a + b143e91 commit c6ee6ad
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,11 @@ jobs:
- name: Install protoc
run: sudo apt install -y protobuf-compiler
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- uses: dtolnay/[email protected]
- name: Install Clippy
run: rustup component add clippy
- name: Install Rustfmt
run: rustup component add rustfmt
- name: run check
run: make check

Expand Down

0 comments on commit c6ee6ad

Please sign in to comment.