Skip to content

Commit

Permalink
add 'rspatial/geodata' to GHA workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
achubaty committed May 29, 2024
1 parent 5c4ea57 commit c4eee45
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ jobs:
with:
extra-packages: |
any::rcmdcheck
rspatial/geodata
pak-version: devel

- uses: r-lib/actions/check-r-package@v2
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,10 @@ jobs:

- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: any::lintr, local::.
extra-packages: |
any::lintr
local::.
rspatial/geodata
needs: lint

- name: Lint
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
extra-packages: |
any::pkgdown
local::.
rspatial/geodata
needs: website

- name: Build site
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
with:
extra-packages: |
any::covr
rspatial/geodata
- name: Test coverage
run: covr::codecov()
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/update-citation-cff.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
extra-packages: |
any::cffr
any::V8
rspatial/geodata
- name: Update CITATION.cff
run: |
Expand Down

0 comments on commit c4eee45

Please sign in to comment.