mirror of
https://github.com/dguglielmi/sunny-overlay.git
synced 2026-06-02 11:15:22 +02:00
github: add pkgcheck ci (copied from kodi-overlay)
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
name: pkgcheck
|
||||
on:
|
||||
push:
|
||||
branches: [main]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- name: Run pkgcheck
|
||||
uses: pkgcore/pkgcheck-action@v1
|
||||
Reference in New Issue
Block a user