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
Hi I observed strange experience Im unable to understand.
here is me config
self-hosted-runner:
labels:
- aws-linux-small
- aws-linux-medium
paths:
.github/workflows/**/*.yaml:
ignore:
- 'shellcheck reported issue in this script: SC2086:.+'
- 'shellcheck reported issue in this script: SC2046:.+'
- 'shellcheck reported issue in this script: SC2155:.+'
- 'shellcheck reported issue in this script: SC2044:.+'
It was working for me perfectly fine and stopped because of reasons i dont understand.
Im now hited by errors listed on ignore list
like that
.github/workflows/release.yaml:429:7: shellcheck reported issue in this script: SC2086:info:2:29: Double quote to prevent globbing and word splitting [shellcheck]
|
429 | run: |
| ^~~~
.github/workflows/test_e2e_devnet.yaml:57:9: shellcheck reported issue in this script: SC2044:warning:1:17: For loops over find output are fragile. Use find -exec or a while read loop [shellcheck]
|
[57](https://github.com/vlayer-xyz/vlayer/actions/runs/11928877667/job/33246589658#step:4:58) | run: |
| ^~~~
Im sure the config file is properly loaded as self-hosted-runners are there.
Im running actionlint as documented :
@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 *.{yaml,yml}
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: