Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking β€œSign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

πŸ› [bug]: error with shellcheck: false #28

Open
1 task done
wyardley opened this issue Feb 19, 2025 Β· 0 comments
Open
1 task done

πŸ› [bug]: error with shellcheck: false #28

wyardley opened this issue Feb 19, 2025 Β· 0 comments
Labels
bug Something isn't working

Comments

@wyardley
Copy link

πŸ› 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.
@wyardley wyardley added the bug Something isn't working label Feb 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant