R package for downloading OpenStreetMap data
1name: pkgcheck
2
3# This will cancel running jobs once a new run is triggered
4concurrency:
5 group: ${{ github.workflow }}-${{ github.head_ref }}
6 cancel-in-progress: true
7
8on:
9 # Manually trigger the Action under Actions/pkgcheck
10 workflow_dispatch:
11
12jobs:
13 pkgcheck:
14 runs-on: ubuntu-latest
15 permissions:
16 issues: write
17 steps:
18 - uses: ropensci-review-tools/pkgcheck-action@main