Skip to content

Commit

Permalink
run a pants clean first
Browse files Browse the repository at this point in the history
  • Loading branch information
felickz authored Jul 31, 2024
1 parent 95ee250 commit af23d77
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pants.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,9 @@ jobs:
- name: Lint and compile
# Exit code was 32 and last log line was: CodeQL detected code written in Go but this run didn't build any of it, or CodeQL could not process any of it.
# run: pants lint check '::'
run: pants lint check '::' --no-pantsd --no-local-cache
run: |
pants clean-all
pants lint check '::' --no-pantsd --no-local-cache
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3
with:
Expand Down

0 comments on commit af23d77

Please sign in to comment.