pentoo-overlay/.github/workflows/pkgcheck.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

13 lines
234 B
YAML

name: pkgcheck
on:
push:
branches: [master]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Run pkgcheck
uses: pkgcore/pkgcheck-action@v1