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
verbose: Rule "shellcheck" was disabled: exec: "\"\"": executable file not found in $PATH
verbose: Found total 0 errors in 0 ms for .github/workflows/validate_codeowners.yml
I am going to try adding -shellcheck= to flags. My expectation was (based on the docs) that setting shellcheck: false would be sufficient to both not install shellcheck, and also not enable it for checks (equivalent of shellcheck= flag).
π Code of Conduct
I agree to follow this project's Code of Conduct.
The text was updated successfully, but these errors were encountered:
π What happened?
π¬ How to reproduce?
No response
ποΈ Code Sample / Log
π Environment (actionlint action)
2.0.0
π Environment (actionlint)
default
π Environment (GitHub Runner OS)
Linux
π· Screenshots
No response
π Expected behavior
The job to succeed
π Additional context
I am going to try adding
-shellcheck=
toflags
. My expectation was (based on the docs) that settingshellcheck: false
would be sufficient to both not install shellcheck, and also not enable it for checks (equivalent ofshellcheck=
flag).π Code of Conduct
The text was updated successfully, but these errors were encountered: