-
Notifications
You must be signed in to change notification settings - Fork 136
Commit c82b25d
committed
Install shellcheck and shfmt for deploy workflow
Both of the release scripts call `pnpm verify:bail` (which runs the test
suite), so these test dependencies need to be installed here as well.
Although `shellcheck` is included in GitHub's `ubuntu-latest` build
image, we explicitly install it here both for consistency with the
`verify` workflow and as a guard against this being removed from the
build image in future.1 parent 4106b56 commit c82b25d
1 file changed
+3
-0
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
14 | + | ||
15 | + | ||
16 | + | ||
14 | 17 |
| |
15 | 18 |
| |
16 | 19 |
| |
|
0 commit comments