Skip to content

Commit

Permalink
add working dir to actions/setup-r-dep
Browse files Browse the repository at this point in the history
  • Loading branch information
TDJorgensen committed Jun 10, 2024
1 parent b95d6bc commit d97be07
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/R-CMD-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,9 @@ jobs:
with:
extra-packages: any::rcmdcheck
needs: check
working-directory: './semTools'

- uses: r-lib/actions/check-r-package@v2
with:
upload-snapshots: true
working-directory: semTools
working-directory: './semTools'

0 comments on commit d97be07

Please sign in to comment.