1
0
Fork 1
mirror of https://github.com/pixelfed/pixelfed.git synced 2025-02-13 01:44:48 +00:00

implement automatic shellcheck linting

This commit is contained in:
Christian Winther 2024-01-15 17:17:48 +00:00
parent ed0f9d64c8
commit f2f2517503

View file

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