From 5cc3c7cd5ec2ed52d32472f7909c08d3faffc6af Mon Sep 17 00:00:00 2001 From: Alexandre Pujol Date: Sun, 16 Apr 2023 22:20:43 +0100 Subject: [PATCH] ci(gitlab): add lint for the new bash scripts. --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 259c75c9..d8209e5d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -24,6 +24,7 @@ bash: script: - shellcheck --shell=bash PKGBUILD configure dists/build.sh + tests/packer/src/init.sh tests/packer/src/aa-update tests/packer/init/clean.sh debian/apparmor.d.postinst debian/apparmor.d.postrm golangci-lint: