mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 15:45:15 -04:00
.github/workflows/pkgcheck.yml: skip MissingAccountIdentifier check
in overlays ACCT_*_ID variables should be set to -1 for auto-assignment which means this check will always fail in ::guru 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
|
||||
- name: Test with pkgcheck
|
||||
run: |
|
||||
pkgcheck scan --exit --check=-RedundantVersionCheck,-VisibilityCheck
|
||||
pkgcheck scan --exit --check=-RedundantVersionCheck,-VisibilityCheck,-MissingAccountIdentifier
|
||||
|
||||
Reference in New Issue
Block a user