Skip to content

Commit

Permalink
Merge branch 'master' of github.com:BigelowLab/thredds
Browse files Browse the repository at this point in the history
  • Loading branch information
eblondel committed Sep 1, 2023
2 parents 8dcce96 + 6d21f33 commit 84c2af8
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/r-cmd-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,18 @@ jobs:
- uses: actions/checkout@v2
#R Set-up
- name: Set up R ${{ matrix.config.r }}
uses: r-lib/actions/setup-r@master
uses: r-lib/actions/setup-r@v2
with:
r-version: ${{ matrix.config.r }}
#Install dependencies
- name: Install dependencies
uses: r-lib/actions/setup-r-dependencies@v1
uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: any::rcmdcheck, any::XML
needs: check
cache-version: 5
#Check R Package
- name: Check R package
uses: r-lib/actions/check-r-package@check-r-package
uses: r-lib/actions/check-r-package@v2
with:
artifact-name: thredds_r-${{ matrix.config.r }}_${{ matrix.config.os }}-results

0 comments on commit 84c2af8

Please sign in to comment.