diff options
Diffstat (limited to '.github/workflows/clippy.yaml')
| -rw-r--r-- | .github/workflows/clippy.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/clippy.yaml b/.github/workflows/clippy.yaml index 32668a8..32f2f11 100644 --- a/.github/workflows/clippy.yaml +++ b/.github/workflows/clippy.yaml @@ -40,7 +40,7 @@ jobs: - name: Run clippy id: clippy-run run: | - nix build --print-build-logs .#check-clippy + nix build --print-build-logs .#checks.x86_64-linux.clippy [ -L result ] || exit 1 echo "sarif-file=$(readlink -f result)" >> "$GITHUB_OUTPUT" |
