Skip to content

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

@wyardley

Description

@wyardley

πŸ› 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions