Skip to content

Commit

Permalink
chore: Add autotest download step to pkgcheck + cffr CI
Browse files Browse the repository at this point in the history
  • Loading branch information
simpar1471 committed Nov 9, 2024
1 parent 752c21f commit f647a55
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pkgcheck.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,8 @@ jobs:
permissions:
issues: write
steps:
- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: |
github::ropensci-review-tools/autotest
- uses: ropensci-review-tools/pkgcheck-action@main
1 change: 1 addition & 0 deletions .github/workflows/update-citation-cff.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: |
github::ropensci-review-tools/autotest
any::cffr
any::V8
Expand Down

0 comments on commit f647a55

Please sign in to comment.