From: Steve Myers Date: Tue, 29 Oct 2024 20:41:53 +0000 (-0500) Subject: ci: fix dependabot clippy_check error X-Git-Tag: v1.0.0-beta.6~30^2 X-Git-Url: http://internal-gitweb-vhost/script/%22https:/database/scripts/de/trait.Error.html?a=commitdiff_plain;h=96c65761e2c0846bbf6788f859454652999f1b2c;p=bdk ci: fix dependabot clippy_check error --- diff --git a/.github/workflows/cont_integration.yml b/.github/workflows/cont_integration.yml index 63e0d669..04f88fb0 100644 --- a/.github/workflows/cont_integration.yml +++ b/.github/workflows/cont_integration.yml @@ -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 @@ -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: