Skip to content

Commit

Permalink
Forth attempt at github ACTION check
Browse files Browse the repository at this point in the history
  • Loading branch information
spgarbet committed Jul 5, 2024
1 parent 5d9d921 commit 7e8dc31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
http-user-agent: ${{ matrix.config.http-user-agent }}
use-public-rspm: true

- name: Check
- uses: r-lib/actions/setup-r-dependencies@v2
run: |
rcmdcheck::rcmdcheck(args = c("--no-manual", "--as-cran"), error_on = "error")
shell: Rscript {0}
Expand Down

0 comments on commit 7e8dc31

Please sign in to comment.