pkgcheck #26
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: pkgcheck | |
# This will cancel running jobs once a new run is triggered | |
concurrency: | |
group: ${{ github.workflow }}-${{ github.head_ref }} | |
cancel-in-progress: true | |
on: | |
schedule: | |
# Runs at midnight UTC on the 1st day of every month | |
- cron: '0 0 1 * *' | |
jobs: | |
pkgcheck: | |
runs-on: ubuntu-latest | |
permissions: | |
issues: write | |
steps: | |
- uses: ropensci-review-tools/pkgcheck-action@main |