Commit 9802fb3
committed
ci(selfhost): fix shellcheck SC2034 (unused loop var) in the smoke-test script
actionlint/shellcheck flagged the `for i` counter as unused; use `for _`. Lint job (actionlint +
db:migrations:check + typecheck) now clean.1 parent 439b0a6 commit 9802fb3
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
| 67 | + | |
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| |||
0 commit comments