Skip to content

Commit 04be864

Browse files
committed
fix: set correct review-exit-code for linter dispatch
1 parent 0a69fa2 commit 04be864

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-unity-cs-linter-dispatch.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ jobs:
3030
editorconfig-branch: ${{ github.event.repository.default_branch }}
3131
include-paths: ${{ inputs.include-paths }}
3232
exclude-paths: ${{ inputs.exclude-paths }}
33-
review-exit-code: 'none'
33+
review-exit-code: 'error'

0 commit comments

Comments
 (0)