mirror of
https://git.gfz-potsdam.de/naaice/iphreeqc.git
synced 2025-12-16 16:44:49 +01:00
Added check step
This commit is contained in:
parent
caea024766
commit
29226a654b
8
.github/workflows/cmake.yml
vendored
8
.github/workflows/cmake.yml
vendored
@ -115,8 +115,8 @@ jobs:
|
|||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
uses: r-lib/actions/setup-r-dependencies@v2
|
uses: r-lib/actions/setup-r-dependencies@v2
|
||||||
with:
|
with:
|
||||||
extra-packages: any::roxygen2, any::pkgbuild
|
extra-packages: any::roxygen2, any::pkgbuild, any::rcmdcheck
|
||||||
needs: roxygen2, pkgbuild
|
needs: roxygen2, pkgbuild, check
|
||||||
working-directory: R/phreeqc
|
working-directory: R/phreeqc
|
||||||
|
|
||||||
- name: Document
|
- name: Document
|
||||||
@ -124,6 +124,10 @@ jobs:
|
|||||||
working-directory: R/phreeqc
|
working-directory: R/phreeqc
|
||||||
shell: Rscript {0}
|
shell: Rscript {0}
|
||||||
|
|
||||||
|
- name: Check
|
||||||
|
uses: r-lib/actions/check-r-package@v2
|
||||||
|
with:
|
||||||
|
working-directory: R/phreeqc
|
||||||
|
|
||||||
# r-build:
|
# r-build:
|
||||||
# needs: [init]
|
# needs: [init]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user