fix shellcheck warnings

This commit is contained in:
neil
2022-11-23 21:33:29 +08:00
parent 60315e5b91
commit e275cb1efd
3 changed files with 3 additions and 3 deletions

View File

@@ -26,7 +26,7 @@ jobs:
- name: Install Shellcheck
run: sudo apt-get install -y shellcheck
- name: DoShellcheck
run: shellcheck -V && shellcheck -e SC2181 **/*.sh && echo "shellcheck OK"
run: shellcheck -V && shellcheck -e SC2181 -e SC2089 **/*.sh && echo "shellcheck OK"
shfmt:
runs-on: ubuntu-latest