chore(ci): add shellcheck #1

Open
volker.raschek wants to merge 9 commits from feat/shellcheck into main
Showing only changes of commit bd3afb64c4 - Show all commits

View File

@ -11,5 +11,5 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.2.2
- run: apt install shellcheck
- run: apt update --yes && apt install --yes shellcheck
- run: find . -type f -name "*.sh" -exec shellcheck -a {} \;