commit: 18909c1ca535d760405b1ecf74488967d7dd9230
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Fri Jan 29 10:58:19 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Fri Jan 29 10:58:19 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=18909c1c
.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 <AT> riseup.net>
.github/workflows/pkgcheck.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/pkgcheck.yml b/.github/workflows/pkgcheck.yml
index 188f7d53..48527c88 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