-
Notifications
You must be signed in to change notification settings - Fork 9
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
π What happened?
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
π¬ How to reproduce?
No response
ποΈ Code Sample / Log
name: Actionlint
on:
pull_request:
paths:
- ".github/workflows/**"
jobs:
actionlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: actionlint
uses: raven-actions/actionlint@v2
with:
shellcheck: falseπ 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= 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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working