ci: scaffold test and lint workspace #25

Merged
codex-bot-andresmgsl merged 3 commits from build/2-scaffold into main 2026-07-22 17:53:28 +00:00
Showing only changes of commit 0b05d6ac37 - Show all commits

View file

@ -29,5 +29,4 @@ mapfile -t files < <(
printf 'shellcheck: linting %d tracked scripts\n' "${#files[@]}" printf 'shellcheck: linting %d tracked scripts\n' "${#files[@]}"
printf ' %s\n' "${files[@]}" printf ' %s\n' "${files[@]}"
shellcheck -x ${files[@]} shellcheck -x "${files[@]}"