Files
guru/.github/workflows/pkgcheck.yml
Julien Roy e820c2a6e2 .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>
2023-01-13 16:36:26 -05:00

18 lines
315 B
YAML

name: pkgcheck
on:
push:
branches: [ dev ]
pull_request:
branches: [ dev ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run pkgcheck
uses: pkgcore/pkgcheck-action@v1
with:
args: --keywords=-RedundantVersion,-NonsolvableDepsInDev