Skip to content

Commit

Permalink
added shell to github action
Browse files Browse the repository at this point in the history
  • Loading branch information
dmenne committed Jul 19, 2020
1 parent d0daf54 commit 76a65af
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/R-CMD-check.yaml
Expand Up @@ -31,5 +31,7 @@ jobs:
run: |
install.packages(c("remotes", "rcmdcheck", "curl"))
remotes::install_deps(dependencies = TRUE)
shell: Rscript {0}
- name: Check
run: rcmdcheck::rcmdcheck(args = "--no-manual", error_on = "error")
shell: Rscript {0}

0 comments on commit 76a65af

Please sign in to comment.