mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2026-05-04 23:26:09 +02:00
ShellCheck on the runners is old. Switch back to the Docker image (alt method).
This commit is contained in:
parent
ef5c881925
commit
9028a7ee94
5
.github/workflows/shell-code-quality.yml
vendored
5
.github/workflows/shell-code-quality.yml
vendored
@ -33,5 +33,6 @@ jobs:
|
||||
# TODO: Remove after addressing initial issues
|
||||
continue-on-error: true
|
||||
run: |
|
||||
shellcheck --version
|
||||
find .docker lib/dojo-src/rebuild-dojo.sh utils -type f -name '*.sh' -print0 | xargs -0 shellcheck --shell=busybox
|
||||
docker run --rm koalaman/shellcheck:stable --version
|
||||
find .docker lib/dojo-src utils -type f -name '*.sh' -exec \
|
||||
docker run --rm -v "$PWD:/mnt" -w /mnt koalaman/shellcheck:stable --shell=busybox {} +
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user