diff options
author | Julien Roy <julien@jroy.ca> | 2023-01-13 16:32:35 -0500 |
---|---|---|
committer | Julien Roy <julien@jroy.ca> | 2023-01-13 16:36:26 -0500 |
commit | e820c2a6e2241abc7c8c67d5c7afe5f012f09629 (patch) | |
tree | d89bbb401761d856894e5f7f8bd86f4ee15ac65c /.github/workflows | |
parent | profiles/updates: remove old packages (diff) | |
download | guru-e820c2a6e2241abc7c8c67d5c7afe5f012f09629.tar.gz guru-e820c2a6e2241abc7c8c67d5c7afe5f012f09629.tar.bz2 guru-e820c2a6e2241abc7c8c67d5c7afe5f012f09629.zip |
.github/workflows: re-enable some checks that are passing now
OldPackageUpdate: did some cleaning up, the bug previously mentioned
is resolved now, so packages in ::gentoo don't get flagged
MissingAccountIdentifier: this is fixed as well since the check passes globally
Signed-off-by: Julien Roy <julien@jroy.ca>
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 ff8473996..30afdc58c 100644 --- a/.github/workflows/pkgcheck.yml +++ b/.github/workflows/pkgcheck.yml @@ -14,4 +14,4 @@ jobs: - name: Run pkgcheck uses: pkgcore/pkgcheck-action@v1 with: - args: --keywords=-RedundantVersion,-MissingAccountIdentifier,-OldPackageUpdate,-NonsolvableDepsInDev + args: --keywords=-RedundantVersion,-NonsolvableDepsInDev |