mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-09 16:24:51 +00:00
implement automatic shellcheck linting
This commit is contained in:
parent
ed0f9d64c8
commit
f2f2517503
1 changed files with 1 additions and 1 deletions
2
.github/workflows/docker.yml
vendored
2
.github/workflows/docker.yml
vendored
|
@ -49,7 +49,7 @@ jobs:
|
||||||
env:
|
env:
|
||||||
SHELLCHECK_OPTS: --shell=bash --external-sources
|
SHELLCHECK_OPTS: --shell=bash --external-sources
|
||||||
with:
|
with:
|
||||||
scandir: docker/
|
scandir: ./docker/
|
||||||
|
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
Loading…
Reference in a new issue