I used the action previously and it was throwing an exitcode (1) when finding errors with the default parameters for the action.
When I'm running the action at the moment it's not generating an exitcode anymore:
Run ibiqlik/action-yamllint@v3.0.3
with:
strict: true
format: github
no_warnings: false
env:
tf_version: 1.0.2
======================
= Linting YAML files =
======================
Warning: [truthy] truthy value should be one of [false, true]
Error: [line-length] line too long (86 > 80 characters)
Error: [hyphens] too many spaces after hyphen
Error: syntax error: expected <block end>, but found '<block mapping start>' (syntax)
Warning: [comments-indentation] comment not indented like content
I used the action previously and it was throwing an exitcode (1) when finding errors with the default parameters for the action.
When I'm running the action at the moment it's not generating an exitcode anymore:
Here is the workflow config:
I tried it with the github and default format, same result.