implement automatic shellcheck linting

This commit is contained in:
Christian Winther 2024-01-15 17:25:42 +00:00
parent b2d6d3dbe7
commit fa10fe999e
1 changed files with 2 additions and 1 deletions

View File

@ -48,9 +48,10 @@ jobs:
uses: ludeeus/action-shellcheck@master
env:
SHELLCHECK_OPTS: --shell=bash --external-sources
INPUT_ADDITIONAL_FILE_ARGS: -o -name '*.envsh'
with:
version: v0.9.0
scandir: ./docker/
additional_files: "*.envsh"
build:
runs-on: ubuntu-latest