ci: Add CI

This commit is contained in:
Sam Therapy 2023-12-29 20:21:11 +01:00
parent 4fe7a90505
commit 206850b1ec
Signed by: sam
GPG key ID: 4D8B07C18F31ACBD

16
.github/workflows/pkgcheck.yml vendored Normal file
View file

@ -0,0 +1,16 @@
name: pkgcheck
on:
push:
pull_request:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Run pkgcheck
uses: pkgcore/pkgcheck-action@v1