implement automatic shellcheck linting

This commit is contained in:
Christian Winther 2024-01-15 17:17:48 +00:00
parent ed0f9d64c8
commit f2f2517503
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ jobs:
env:
SHELLCHECK_OPTS: --shell=bash --external-sources
with:
scandir: docker/
scandir: ./docker/
build:
runs-on: ubuntu-latest