We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aff0eb4 commit 4750ea7Copy full SHA for 4750ea7
.github/workflows/pre-main.yml
@@ -38,8 +38,8 @@ jobs:
38
SHELLCHECK_OPTS: --external-sources
39
with:
40
ignore_names: mo
41
- #- uses: mfinelli/setup-shfmt@v2
42
- #- run: shfmt -d scripts/*.sh
+ - uses: mfinelli/setup-shfmt@v2
+ - run: shfmt -d scripts/*.sh
43
- uses: crate-ci/typos@master
44
- uses: ibiqlik/action-yamllint@v3
45
scripts/deploy-cr-scale-operator.sh
@@ -36,5 +36,3 @@ popd || exit 1
36
37
log_info "Removing cr operator checkout folder ${CR_SCALE_OPERATOR_DIR}."
rm -rf $CR_SCALE_OPERATOR_DIR
-
0 commit comments