Skip to content

github workflow: learning more good things from parona's work #15

github workflow: learning more good things from parona's work

github workflow: learning more good things from parona's work #15

Workflow file for this run

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