]> Untitled Git - bdk/commitdiff
ci: drop actions-rs from clippy check
authorvalued mammal <valuedmammal@protonmail.com>
Fri, 10 Oct 2025 13:24:32 +0000 (09:24 -0400)
committer志宇 <hello@evanlinjin.me>
Thu, 16 Oct 2025 05:42:46 +0000 (05:42 +0000)
.github/workflows/cont_integration.yml

index b35f6b173116071b8cf9cae3aa736f3f2d4fc46b..7d19f1823b7be6bfb4c3e70d255ece786a32d1ef 100644 (file)
@@ -138,11 +138,8 @@ jobs:
             components: clippy
             override: true
             cache: true
-      - uses: actions-rs/clippy-check@v1
-        with:
-          token: ${{ secrets.GITHUB_TOKEN }}
-          name: Clippy Results
-          args: --all-features --all-targets -- -D warnings
+      - name: Clippy
+        run: cargo clippy --all-features --all-targets -- -D warnings
 
   build-examples:
     needs: prepare