Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

ci: fix shellcheck lint error#19933

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged

Conversation

ThomasK33
Copy link
Member

When runningmake lint locally, the GitHub action linter complained about missing double quotes around thegotestsum command. This PR adds the double quotes around the$NUM_PARALLEL_PACKAGES and$NUM_PARALLEL_TESTS $TESTCOUNT variables.

.github/workflows/nightly-gauntlet.yaml:90:9: shellcheck reported issuein this script: SC2086:info:56:25: Double quote to prevent globbing and word splitting [shellcheck]|90|         run:||         ^~~~.github/workflows/nightly-gauntlet.yaml:90:9: shellcheck reported issuein this script: SC2086:info:56:58: Double quote to prevent globbing and word splitting [shellcheck]|90|         run:||         ^~~~exit status 1make:*** [Makefile:607: lint/actions/actionlint] Error 1

hugodutka
hugodutka previously approved these changesSep 24, 2025
@hugodutkahugodutka dismissed theirstale reviewSeptember 24, 2025 08:41

clicked too fast

When running `make lint` locally the GitHub action linter complainedabout missing double quotes around the `gotestsum` command. Thiscommit adds the double quotes around the `$NUM_PARALLEL_PACKAGES` and`$NUM_PARALLEL_TESTS $TESTCOUNT` variables.```bash.github/workflows/nightly-gauntlet.yaml:90:9: shellcheck reported issue in this script: SC2086:info:56:25: Double quote to prevent globbing and word splitting [shellcheck]```
@ThomasK33ThomasK33force-pushed thethomask33/09-24-fix_ci_shellcheck_lint_error branch fromcd25eec to6c17ebeCompareSeptember 24, 2025 08:43
@ThomasK33ThomasK33 merged commit77d19c9 intomainSep 24, 2025
29 checks passed
@ThomasK33ThomasK33 deleted the thomask33/09-24-fix_ci_shellcheck_lint_error branchSeptember 24, 2025 08:47
@github-actionsgithub-actionsbot locked and limited conversation to collaboratorsSep 24, 2025
Sign up for freeto subscribe to this conversation on GitHub. Already have an account?Sign in.
Reviewers

@hugodutkahugodutkahugodutka approved these changes

@deansheatherdeansheatherAwaiting requested review from deansheather

Assignees

@ThomasK33ThomasK33

Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

2 participants
@ThomasK33@hugodutka

[8]ページ先頭

©2009-2025 Movatter.jp