Skip to content

Commit

Permalink
build: remove actions-rs/clippy-check@v1
Browse files Browse the repository at this point in the history
because it is no longer maintained

see actions-rs/clippy-check#169
  • Loading branch information
tekumara committed Apr 16, 2023
1 parent dc4cba1 commit 70af19d
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@ jobs:
build:

runs-on: ubuntu-latest
permissions:
checks: write


steps:
- uses: actions/checkout@v3
- uses: Swatinem/rust-cache@v2
Expand All @@ -25,6 +23,5 @@ jobs:
run: cargo test
- name: Check formatting
run: cargo fmt --all -- --check
- uses: actions-rs/clippy-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
- name: Clippy
run: cargo clippy

0 comments on commit 70af19d

Please sign in to comment.