mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-21 04:53:07 -04:00
.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:
2
.github/workflows/pkgcheck.yml
vendored
2
.github/workflows/pkgcheck.yml
vendored
@@ -28,4 +28,4 @@ jobs:
|
|||||||
sudo ln -s /var/db/repos/gentoo/profiles/default/linux/amd64/17.1 /etc/portage/make.profile
|
sudo ln -s /var/db/repos/gentoo/profiles/default/linux/amd64/17.1 /etc/portage/make.profile
|
||||||
- name: Test with pkgcheck
|
- name: Test with pkgcheck
|
||||||
run: |
|
run: |
|
||||||
pkgcheck scan --exit --checks=-RedundantVersionCheck,-VisibilityCheck,-AcctCheck
|
pkgcheck scan --exit --checks=-RedundantVersionCheck --keywords=-MissingAccountIdentifier
|
||||||
|
|||||||
Reference in New Issue
Block a user