mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 07:33:19 -04:00
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>
18 lines
315 B
YAML
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
|