]> Repositorios git - scryer-prolog.git/commitdiff
CI: run clippy even if fmt fails
authorDan Rose <[email protected]>
Tue, 8 Jul 2025 16:51:13 +0000 (11:51 -0500)
committerGitHub <[email protected]>
Tue, 8 Jul 2025 16:51:13 +0000 (11:51 -0500)
.github/workflows/ci.yml

index 70f8d1a242bd4eda19638f00e38564a8deb25174..0a999c92fcaf021e51f0595106447ddd8ba27a39 100644 (file)
@@ -30,6 +30,7 @@ jobs:
         run: cargo fmt --check
       - name: Check clippy
         run: cargo clippy --no-deps --all-targets
+        if: ${{ !cancelled() }}
 
   build-test:
     runs-on: ${{ matrix.os }}