From 18909c1ca535d760405b1ecf74488967d7dd9230 Mon Sep 17 00:00:00 2001 From: Andrew Ammerlaan Date: Fri, 29 Jan 2021 11:58:19 +0100 Subject: .github/workflows/pkgcheck.yml: use --keywords instead of --checks to only skip the problematic output of the AcctCheck instead of the whole check Signed-off-by: Andrew Ammerlaan --- .github/workflows/pkgcheck.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows') diff --git a/.github/workflows/pkgcheck.yml b/.github/workflows/pkgcheck.yml index 188f7d534..48527c88a 100644 --- a/.github/workflows/pkgcheck.yml +++ b/.github/workflows/pkgcheck.yml @@ -28,4 +28,4 @@ jobs: sudo ln -s /var/db/repos/gentoo/profiles/default/linux/amd64/17.1 /etc/portage/make.profile - name: Test with pkgcheck run: | - pkgcheck scan --exit --checks=-RedundantVersionCheck,-VisibilityCheck,-AcctCheck + pkgcheck scan --exit --checks=-RedundantVersionCheck --keywords=-MissingAccountIdentifier -- cgit v1.2.3-65-gdbad