diff options
author | Aisha Tammy <gentoo@aisha.cc> | 2021-01-29 02:46:30 +0000 |
---|---|---|
committer | Aisha Tammy <gentoo@aisha.cc> | 2021-01-29 02:46:30 +0000 |
commit | 04dc51ff6e727f5e477b1a41fa6bee5fdff28929 (patch) | |
tree | e0e8eb1c5f04291c6e77a3bceedcf80eabfe87a7 /.github/workflows | |
parent | sci-mathematics/netgen: EAPI bump, add 6.0-beta (diff) | |
download | sci-04dc51ff6e727f5e477b1a41fa6bee5fdff28929.tar.gz sci-04dc51ff6e727f5e477b1a41fa6bee5fdff28929.tar.bz2 sci-04dc51ff6e727f5e477b1a41fa6bee5fdff28929.zip |
.github/workflows/pkgcheck: correctly ignore live VCS pkgs
previous ignore was too lenient and ignored a lot
of things, this one is suggested by radhermit
Signed-off-by: Aisha Tammy <gentoo@aisha.cc>
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 b20362e98..3f42f2026 100644 --- a/.github/workflows/pkgcheck.yml +++ b/.github/workflows/pkgcheck.yml @@ -30,4 +30,4 @@ jobs: sudo ln -s /var/db/repos/gentoo/profiles/default/linux/amd64/17.0 /etc/portage/make.profile - name: Test with pkgcheck run: | - pkgcheck scan --exit --checks=-RedundantVersionCheck,-VisibilityCheck + pkgcheck scan --exit --checks=-RedundantVersionCheck --keywords=-VisibleVcsPkg |