-
Notifications
You must be signed in to change notification settings - Fork 158
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
Unable to ignore errors #481
Comments
Can you provide your workflow input (smaller is better) which can reproduce this issue? |
@pociej make sure you are targeting the correct files, I had a problem yesterday with this too, then I realized I had to change the glob to |
I tried to reproduce it but I could not.
paths:
.github/workflows/**/*.yaml:
ignore:
- 'shellcheck reported issue in this script: SC2086:.+'
on: push
jobs:
tests:
runs-on: ubuntu-latest
steps:
# This causes SC2086
- run: echo $FOO And I ran: actionlint The command did not report any error. When I removed Can you check |
This is happening to me too. .github/actionlint.yml: paths:
.github/workflows/**/*.yml:
ignore:
- 'the runner of ".+" action is too old to run on GitHub Actions' .github/workflows/simple.yml: on:
pull_request:
jobs:
checkout:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3 Run:
Output:
Version: actionlint -version
1.7.4
installed by building from source
built with go1.23.2 compiler for darwin/arm64 Note: If I run |
Hi I observed strange experience Im unable to understand.
here is me config
It was working for me perfectly fine and stopped because of reasons i dont understand.
Im now hited by errors listed on
ignore
listlike that
Im sure the config file is properly loaded as
self-hosted-runners
are there.Im running actionlint as documented :
any idea of what could be the reason? Thx in advance.
The text was updated successfully, but these errors were encountered: