mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-02-04 06:24:50 +01:00
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.
13 lines
234 B
YAML
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
|