mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-22 06:21:27 +00:00
implement automatic shellcheck linting
This commit is contained in:
parent
b2d6d3dbe7
commit
fa10fe999e
1 changed files with 2 additions and 1 deletions
3
.github/workflows/docker.yml
vendored
3
.github/workflows/docker.yml
vendored
|
@ -48,9 +48,10 @@ jobs:
|
||||||
uses: ludeeus/action-shellcheck@master
|
uses: ludeeus/action-shellcheck@master
|
||||||
env:
|
env:
|
||||||
SHELLCHECK_OPTS: --shell=bash --external-sources
|
SHELLCHECK_OPTS: --shell=bash --external-sources
|
||||||
INPUT_ADDITIONAL_FILE_ARGS: -o -name '*.envsh'
|
|
||||||
with:
|
with:
|
||||||
|
version: v0.9.0
|
||||||
scandir: ./docker/
|
scandir: ./docker/
|
||||||
|
additional_files: "*.envsh"
|
||||||
|
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
Loading…
Reference in a new issue