Skip to content

Merge pull request #437 from antonfischl1980/dependabot/github_action… #1719

Merge pull request #437 from antonfischl1980/dependabot/github_action…

Merge pull request #437 from antonfischl1980/dependabot/github_action… #1719

Workflow file for this run

name: pkgcheck
on:
push:
pull_request:
workflow_dispatch:
schedule:
- cron: '17 17 * * *' # Daily
jobs:
pkgcheck:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Run pkgcheck
uses: pkgcore/pkgcheck-action@v1