- Notifications
You must be signed in to change notification settings - Fork1k
Commit6c17ebe
committed
ci: fix shellcheck lint error
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]```1 parent0ece153 commit6c17ebe
1 file changed
+1
-1
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
143 | 143 |
| |
144 | 144 |
| |
145 | 145 |
| |
146 |
| - | |
| 146 | + | |
147 | 147 |
| |
148 | 148 |
| |
149 | 149 |
| |
|
0 commit comments
Comments
(0)