File tree Expand file tree Collapse file tree 1 file changed +7
-19
lines changed
Expand file tree Collapse file tree 1 file changed +7
-19
lines changed Original file line number Diff line number Diff line change 1+ name : pkgcheck
2+
3+ concurrency :
4+ group : ${{ github.workflow }}-${{ github.head_ref }}
5+ cancel-in-progress : true
6+
17on :
8+ workflow_dispatch :
29 push :
310 branches :
411 - main
5- pull_request :
6- branches :
7- - main
8-
9- name : pkgcheck
1012
1113jobs :
1214 pkgcheck :
1315 runs-on : ubuntu-latest
1416 permissions :
15- contents : read
1617 issues : write
1718 steps :
18- - uses : actions/checkout@v4
19-
20- - uses : r-lib/actions/setup-r@v2
21- with :
22- r-version : ' release'
23- use-public-rspm : true
24-
25- - uses : r-lib/actions/setup-r-dependencies@v2
26- with :
27- extra-packages : any::rcmdcheck, any::roxygen2, any::pkgbuild
28-
2919 - uses : ropensci-review-tools/pkgcheck-action@main
30- env :
31- GITHUB_PAT : ${{ secrets.GITHUB_TOKEN }}
3220
3321
You can’t perform that action at this time.
0 commit comments