grml / grml-debootstrap

wrapper around debootstrap
60 stars 27 forks source link

shellcheck: restrict shellcheck-tests to tests/*.sh files #288

Closed zeha closed 2 months ago

zeha commented 2 months ago

For unknown reasons the pr-review shellcheck-tests workflow started reporting shellcheck errors in non-shell files in tests/. Supposedly check_all_files_with_shebangs: "false" should prevent this, but alas.

Also fix an actual shellcheck issue.