Skip to content

Commit

Permalink
Changed R-CMD-check in accordance with jmv
Browse files Browse the repository at this point in the history
  • Loading branch information
sjentsch committed Dec 24, 2023
1 parent 57c9f7b commit 9413d8b
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
# Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help
on:
push:
branches: [main]
branches: ['**']
pull_request:
branches: [main]
branches: [main, master]

name: R-CMD-check

Expand Down Expand Up @@ -45,9 +45,13 @@ jobs:

- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: any::rcmdcheck
extra-packages: any::rcmdcheck, any::XML, any::roxygen2, github::jamovi/jmvcore
needs: check

- name: Document
run: roxygen2::roxygenise(roclets = "rd")
shell: Rscript {0}

- uses: r-lib/actions/check-r-package@v2
with:
upload-snapshots: true

0 comments on commit 9413d8b

Please sign in to comment.