Skip to content

Commit

Permalink
Allow lint step to fail and still report
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianSipos authored Apr 3, 2024
1 parent 29c002d commit d3c1b87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/puppet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ jobs:

- name: Run puppet-lint
run: puppet-lint . --sarif > puppet-lint-results.sarif
continue-on-error: true

- name: Upload analysis results to GitHub
if: always()
uses: github/codeql-action/upload-sarif@v2
with:
sarif_file: puppet-lint-results.sarif
Expand Down

0 comments on commit d3c1b87

Please sign in to comment.