diff options
author | Andrew Ammerlaan <andrewammerlaan@riseup.net> | 2021-01-19 22:56:54 +0100 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@riseup.net> | 2021-01-19 22:57:30 +0100 |
commit | 8f5d1dd2e400b5eef3a194ada71b082630e3f748 (patch) | |
tree | 667997d2de0681c161112e5fbadd4715948ab313 /.github/workflows | |
parent | .editorconfig: Don't force tabs in metadata.xml. (diff) | |
download | guru-8f5d1dd2e400b5eef3a194ada71b082630e3f748.tar.gz guru-8f5d1dd2e400b5eef3a194ada71b082630e3f748.tar.bz2 guru-8f5d1dd2e400b5eef3a194ada71b082630e3f748.zip |
.github/workflows/pkgcheck.yml: found the correct name for this check
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
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 d16a12333..eaba4755f 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,-MissingAccountIdentifier + pkgcheck scan --exit --check=-RedundantVersionCheck,-VisibilityCheck,-AcctCheck |