fix(ci): update path to shellcheck.

This commit is contained in:
Alexandre Pujol 2025-01-25 22:34:15 +01:00
parent 8806030a0a
commit de690ab878
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
2 changed files with 2 additions and 2 deletions

View file

@ -24,7 +24,7 @@ bash:
script: script:
- shellcheck --shell=bash - shellcheck --shell=bash
PKGBUILD dists/build.sh dists/docker.sh tests/check.sh PKGBUILD dists/build.sh dists/docker.sh tests/check.sh
tests/packer/init/init.sh tests/packer/src/aa-update tests/packer/init/clean.sh tests/packer/init.sh tests/packer/src/aa-update tests/packer/clean.sh
golangci-lint: golangci-lint:
stage: lint stage: lint

View file

@ -104,7 +104,7 @@ lint:
@make --directory=tests lint @make --directory=tests lint
@shellcheck --shell=bash \ @shellcheck --shell=bash \
PKGBUILD dists/build.sh dists/docker.sh tests/check.sh \ PKGBUILD dists/build.sh dists/docker.sh tests/check.sh \
tests/packer/init/init.sh tests/packer/src/aa-update tests/packer/init/clean.sh \ tests/packer/init.sh tests/packer/src/aa-update tests/packer/clean.sh \
debian/${PKGNAME}.postinst debian/${PKGNAME}.postrm debian/${PKGNAME}.postinst debian/${PKGNAME}.postrm
.PHONY: check .PHONY: check