.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 <andrewammerlaan@riseup.net>
This commit is contained in:
Andrew Ammerlaan
2021-01-29 11:58:19 +01:00
parent 7ca8a8af9e
commit 18909c1ca5

View File

@@ -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