Skip to content

Merge branch 'ropensci_submission' of https://github.com/kylesnap/ern… #2

Merge branch 'ropensci_submission' of https://github.com/kylesnap/ern…

Merge branch 'ropensci_submission' of https://github.com/kylesnap/ern… #2

Workflow file for this run

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:
# Manually trigger the Action under Actions/pkgcheck
workflow_dispatch:
# Run on every push to main
push:
branches:
- main
- ropensci_submission
jobs:
pkgcheck:
runs-on: ubuntu-latest
permissions:
issues: write
steps:
- uses: ropensci-review-tools/pkgcheck-action@main