diff --git a/.github/workflows/pants.yaml b/.github/workflows/pants.yaml index 9aee501..3471260 100644 --- a/.github/workflows/pants.yaml +++ b/.github/workflows/pants.yaml @@ -59,7 +59,7 @@ jobs: # run: pants lint check '::' #./pants clean-all not supported in v2 run: | - pants compile :: --no-pantsd --no-local-cache --no-watch-filesystem + pants check :: --no-pantsd --no-local-cache --no-watch-filesystem - name: Perform CodeQL Analysis uses: github/codeql-action/analyze@v3 with: