Skip to content

Commit 4750ea7

Browse files
authored
Re-enable shfmt; fix shell script (#332)
1 parent aff0eb4 commit 4750ea7

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/pre-main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ jobs:
3838
SHELLCHECK_OPTS: --external-sources
3939
with:
4040
ignore_names: mo
41-
#- uses: mfinelli/setup-shfmt@v2
42-
#- run: shfmt -d scripts/*.sh
41+
- uses: mfinelli/setup-shfmt@v2
42+
- run: shfmt -d scripts/*.sh
4343
- uses: crate-ci/typos@master
4444
- uses: ibiqlik/action-yamllint@v3
4545
with:

scripts/deploy-cr-scale-operator.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,3 @@ popd || exit 1
3636

3737
log_info "Removing cr operator checkout folder ${CR_SCALE_OPERATOR_DIR}."
3838
rm -rf $CR_SCALE_OPERATOR_DIR
39-
40-

0 commit comments

Comments
 (0)