Skip to content

Commit 0d77135

Browse files
committed
test shell linter
1 parent 500f3ca commit 0d77135

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lint-sh.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ jobs:
1818
- uses: actions/checkout@v4
1919
- uses: luizm/action-sh-checker@v0.9.0
2020
with:
21-
sh_checker_exclude: 'scripts'
21+
sh_checker_exclude: 'scripts/verify-* scripts/update-* scripts/release.sh'
2222
sh_checker_checkbashisms_enable: true

scripts/install_plugin.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ getDownloadURL() {
9393
fi
9494
}
9595

96-
# Temporary dir.
96+
# Temporary dir
9797
mkTempDir() {
9898
HELM_TMP="$(mktemp -d -t "${PROJECT_NAME}-XXXXXX")"
9999
}

0 commit comments

Comments
 (0)