mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-02-04 17:25:05 +01:00
fix(ci): update path to shellcheck.
Some checks are pending
Ubuntu / check (push) Waiting to run
Ubuntu / build (default, ubuntu-22.04) (push) Blocked by required conditions
Ubuntu / build (default, ubuntu-24.04) (push) Blocked by required conditions
Ubuntu / build (full-system-policy, ubuntu-22.04) (push) Blocked by required conditions
Ubuntu / build (full-system-policy, ubuntu-24.04) (push) Blocked by required conditions
Ubuntu / tests (push) Blocked by required conditions
Some checks are pending
Ubuntu / check (push) Waiting to run
Ubuntu / build (default, ubuntu-22.04) (push) Blocked by required conditions
Ubuntu / build (default, ubuntu-24.04) (push) Blocked by required conditions
Ubuntu / build (full-system-policy, ubuntu-22.04) (push) Blocked by required conditions
Ubuntu / build (full-system-policy, ubuntu-24.04) (push) Blocked by required conditions
Ubuntu / tests (push) Blocked by required conditions
This commit is contained in:
parent
8806030a0a
commit
de690ab878
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
2
Makefile
2
Makefile
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue