Skip to content

Commit

Permalink
Replace rust cache in rust-clippy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
andrzejressel committed Mar 9, 2024
1 parent 2ea29b3 commit b89a36c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: Swatinem/rust-cache@v2
with:
prefix-key: "v0-rust-build"
- uses: actions/setup-go@v5
with:
go-version: '^1.22.0'
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/rust-clippy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,7 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v2

- uses: Swatinem/rust-cache@v2
with:
prefix-key: "v0-rust-clippy"

- name: Install Protoc
uses: arduino/setup-protoc@v3
with:
Expand All @@ -49,7 +45,6 @@ jobs:
--all-features
--message-format=json | clippy-sarif | tee rust-clippy-results.sarif | sarif-fmt
continue-on-error: true

- name: Upload analysis results to GitHub
uses: github/codeql-action/upload-sarif@v1
with:
Expand Down

0 comments on commit b89a36c

Please sign in to comment.