Skip to content

chore: add ci based on https://github.com/pkgcore/pkgcheck-action #3

chore: add ci based on https://github.com/pkgcore/pkgcheck-action

chore: add ci based on https://github.com/pkgcore/pkgcheck-action #3

Workflow file for this run

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