Skip to content

Commit 7bd9510

Browse files
committed
update github action
1 parent 85c75a0 commit 7bd9510

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/R-CMD-check.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,12 @@ on:
33
branches: [ master ]
44
pull_request:
55
branches: [ master ]
6-
76
name: R-CMD-check
8-
97
jobs:
108
R-CMD-check:
11-
runs-on: ubuntu-latest
9+
runs-on: macOS-latest
1210
steps:
13-
- uses: actions/checkout@v4
11+
- uses: actions/checkout@v3
1412
- uses: r-lib/actions/setup-r@v2
1513
- name: Setting up pandoc for Rmd docs
1614
uses: r-lib/actions/setup-pandoc@v2
@@ -19,13 +17,10 @@ jobs:
1917
run: |
2018
install.packages(c("remotes", "rcmdcheck", "covr"))
2119
remotes::install_deps(dependencies = TRUE)
22-
rcmdcheck::rcmdcheck(args = "--no-manual", error_on = "error")
2320
shell: Rscript {0}
24-
2521
- name: Check
2622
run: rcmdcheck::rcmdcheck(args = "--no-manual", error_on = "error")
2723
shell: Rscript {0}
28-
2924
- name: Test coverage
3025
run: covr::codecov()
3126
shell: Rscript {0}

0 commit comments

Comments
 (0)