You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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/[email protected]
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.
The text was updated successfully, but these errors were encountered: