Skip to content

Commit

Permalink
ci: fix dependabot clippy_check error
Browse files Browse the repository at this point in the history
  • Loading branch information
notmandatory committed Oct 29, 2024
1 parent 80b4eca commit 96c6576
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/cont_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,8 @@ jobs:
clippy_check:
needs: prepare
runs-on: ubuntu-latest
permissions:
checks: write
steps:
- uses: actions/checkout@v4
- uses: actions-rs/toolchain@v1
Expand All @@ -142,6 +144,7 @@ jobs:
- uses: actions-rs/clippy-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
name: Clippy Results
args: --all-features --all-targets -- -D warnings

build-examples:
Expand Down

0 comments on commit 96c6576

Please sign in to comment.