-
-
Notifications
You must be signed in to change notification settings - Fork 251
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
fix: GH action checkout bug #2924
Conversation
and disable shellcheck - actions/checkout#760 - feat: disable SC on GH action workflows - SC2006:style:2:21: Use $(...) notation instead of legacy backticks `...` - SC2086:info:2:48: Double quote to prevent globbing and word splitting
FILTER_REGEX_EXCLUDE - dont think .github/linters/.jscpd.json works
This reverts commit 3545f3f.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
think it is finally working: https://github.com/adoptium/temurin-build/runs/6424692834?check_suite_focus=true#step:10:3 |
and disable shellcheck - actions/checkout#760 - feat: disable SC on GH action workflows - SC2006:style:2:21: Use $(...) notation instead of legacy backticks `...` - SC2086:info:2:48: Double quote to prevent globbing and word splitting
FILTER_REGEX_EXCLUDE - dont think .github/linters/.jscpd.json works
This reverts commit 3545f3f.
could someone help to merge it? |
when introduce safe in git
- actions/checkout#760
to fix error seen: https://github.com/adoptium/temurin-build/runs/6419000152?check_suite_focus=true#step:10:39
https://github.com/adoptium/temurin-build/runs/6421732577?check_suite_focus=true
Also, for some reason (might be the nightly maintainance in GH) enabled shellcheck(?), start to see linter error
https://github.com/adoptium/temurin-build/runs/6419326073?check_suite_focus=true