diff options
author | Andrew Ammerlaan <andrewammerlaan@riseup.net> | 2021-01-29 11:58:19 +0100 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@riseup.net> | 2021-01-29 11:58:19 +0100 |
commit | 18909c1ca535d760405b1ecf74488967d7dd9230 (patch) | |
tree | 334cb0987976645ea009c7c070baff48c183c5c6 /.github/workflows | |
parent | app-misc/ufetch: Cleanup (diff) | |
download | guru-18909c1ca535d760405b1ecf74488967d7dd9230.tar.gz guru-18909c1ca535d760405b1ecf74488967d7dd9230.tar.bz2 guru-18909c1ca535d760405b1ecf74488967d7dd9230.zip |
.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>
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 |