.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:
Andrew Ammerlaan
2021-01-19 22:16:53 +01:00
parent fd78f8b25e
commit 84555715ae

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 --check=-RedundantVersionCheck,-VisibilityCheck
pkgcheck scan --exit --check=-RedundantVersionCheck,-VisibilityCheck,-MissingAccountIdentifier