mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-12 16:43:17 -04:00
* bump actions * fix indentation and other issues detected by yamllint Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
20 lines
326 B
YAML
20 lines
326 B
YAML
---
|
|
|
|
name: pkgcheck
|
|
|
|
on:
|
|
push:
|
|
branches: [dev]
|
|
pull_request:
|
|
branches: [dev]
|
|
|
|
jobs:
|
|
build:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@v3
|
|
- name: Run pkgcheck
|
|
uses: pkgcore/pkgcheck-action@v1
|
|
with:
|
|
args: --keywords=-RedundantVersion,-NonsolvableDepsInDev
|