We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 500f3ca commit 0d77135Copy full SHA for 0d77135
.github/workflows/lint-sh.yaml
@@ -18,5 +18,5 @@ jobs:
18
- uses: actions/checkout@v4
19
- uses: luizm/action-sh-checker@v0.9.0
20
with:
21
- sh_checker_exclude: 'scripts'
+ sh_checker_exclude: 'scripts/verify-* scripts/update-* scripts/release.sh'
22
sh_checker_checkbashisms_enable: true
scripts/install_plugin.sh
@@ -93,7 +93,7 @@ getDownloadURL() {
93
fi
94
}
95
96
-# Temporary dir.
+# Temporary dir
97
mkTempDir() {
98
HELM_TMP="$(mktemp -d -t "${PROJECT_NAME}-XXXXXX")"
99
0 commit comments