diff options
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/pkgcheck.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |