pentoo-overlay/.github/workflows/pkgcheck_merge.yaml
Rick Farina (Zero_Chaos) 1c0f9a7620
add github actions from gentoo/kde
I saw this land and thought it might be neat.  I have no idea if it will
work for us but I'm interesting in trying.
2023-12-19 09:19:07 -05:00

17 lines
367 B
YAML

name: pkgcheck_merge
on:
pull_request:
branches: [master]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
with:
fetch-depth: 2
- name: Run pkgcheck
uses: pkgcore/pkgcheck-action@v1
with:
args: --exit warning --commits HEAD^..${{ github.sha }}