Skip to content

Merge pull request #38 from trofi/dependabot/github_actions/actions/c… #593

Merge pull request #38 from trofi/dependabot/github_actions/actions/c…

Merge pull request #38 from trofi/dependabot/github_actions/actions/c… #593

Workflow file for this run

# https://github.com/pkgcore/pkgcheck-action#example-workflows
name: pkgcheck
on:
push:
pull_request:
workflow_dispatch: # allow manual trigger
schedule:
- cron: '0 0 * * *' # daily
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Run pkgcheck
uses: pkgcore/pkgcheck-action@v1