Skip to content

Commit 299a04d

Browse files
committed
Switch shellcheck soundness check to a lighter weight image
This just installs and runs shellcheck. It doesn't need a 1 GB Swift toolchain image, use the much smaller slim variant. This makes shellcheck run faster and doesn't waste resources.
1 parent 54f71e9 commit 299a04d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/soundness.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ on:
6565
default: true
6666
shell_check_container_image:
6767
type: string
68-
description: "Container image for the shell check job. Defaults to latest Swift Ubuntu image."
69-
default: "swift:6.2-noble"
68+
description: "Container image for the shell check job. Defaults to latest (slim) Swift Ubuntu image."
69+
default: "swift:6.2-noble-slim"
7070
yamllint_check_enabled:
7171
type: boolean
7272
description: "Boolean to enable the YAML lint check job. Defaults to true."

0 commit comments

Comments
 (0)