Skip to content

Commit 722aa7e

Browse files
fix: Add fail_on_error to block CI on actionlint failures
Co-Authored-By: AJ Steers <[email protected]>
1 parent ef9f493 commit 722aa7e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/actionlint.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,4 @@ jobs:
2222
github_token: ${{ secrets.GITHUB_TOKEN }}
2323
reporter: github-pr-review
2424
level: error
25+
fail_on_error: true

0 commit comments

Comments
 (0)