aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@riseup.net>2021-01-19 22:16:53 +0100
committerAndrew Ammerlaan <andrewammerlaan@riseup.net>2021-01-19 22:16:53 +0100
commit84555715ae8c513a0095a27e34567a999217cced (patch)
treef29aa57cfc289e2c10c0d572c91ecf82941c652d /.github/workflows
parentdev-R/purrr: remove RedundantLongDescription (diff)
downloadguru-84555715ae8c513a0095a27e34567a999217cced.tar.gz
guru-84555715ae8c513a0095a27e34567a999217cced.tar.bz2
guru-84555715ae8c513a0095a27e34567a999217cced.zip
.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>
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/pkgcheck.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/pkgcheck.yml b/.github/workflows/pkgcheck.yml
index 1034bf70d..d16a12333 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 --check=-RedundantVersionCheck,-VisibilityCheck
+ pkgcheck scan --exit --check=-RedundantVersionCheck,-VisibilityCheck,-MissingAccountIdentifier