ci: Add CI
This commit is contained in:
parent
4fe7a90505
commit
206850b1ec
1 changed files with 16 additions and 0 deletions
16
.github/workflows/pkgcheck.yml
vendored
Normal file
16
.github/workflows/pkgcheck.yml
vendored
Normal 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
|
Loading…
Reference in a new issue