File tree Expand file tree Collapse file tree 6 files changed +16
-2
lines changed Expand file tree Collapse file tree 6 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 8989 - name : Run shellcheck
9090 uses : ludeeus/action-shellcheck@master
9191 env :
92- SHELLCHECK_OPTS : -s bash -x -e SC2001 --norc
92+ SHELLCHECK_OPTS : -x - s bash -e SC2001 --norc
9393
9494 compilation :
9595 name : Check compilation
Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
22
33
4+ # see comment in generator-utils/utils.sh
5+ # shellcheck source=bin/generator-utils/utils.sh
6+ # shellcheck source=bin/generator-utils/templates.sh
7+ # shellcheck source=bin/generator-utils/prompts.sh
48# shellcheck source=./generator-utils/utils.sh
59# shellcheck source=./generator-utils/prompts.sh
610# shellcheck source=./generator-utils/templates.sh
Original file line number Diff line number Diff line change 55set -euo pipefail
66
77
8+ # see comment in generator-utils/utils.sh
9+ # shellcheck source=bin/generator-utils/utils.sh
810# shellcheck source=./generator-utils/utils.sh
911source ./bin/generator-utils/utils.sh
1012
Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
22
33
4+ # see comment in utils.sh
5+ # shellcheck source=bin/generator-utils/colors.sh
46# shellcheck source=./colors.sh
57source ./bin/generator-utils/colors.sh
68
Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
22
3+ # see comment in utils.sh
4+ # shellcheck source=bin/generator-utils/utils.sh
35# shellcheck source=./utils.sh
46source ./bin/generator-utils/utils.sh
57
Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
22
3-
3+ # top one gets evaluated
4+ # relative one is needed for .shellcheckrc to test if files exist in local env
5+ # absolute one is needed for CI to test if files exist
6+ # before commit - swap these accordingly
7+ # shellcheck source=bin/generator-utils/colors.sh
48# shellcheck source=./colors.sh
59source ./bin/generator-utils/colors.sh
610
You can’t perform that action at this time.
0 commit comments