Skip to content

Commit

Permalink
add renv to checks
Browse files Browse the repository at this point in the history
  • Loading branch information
ernestguevarra committed Nov 18, 2024
1 parent 401a452 commit 70cde67
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/check-exercise.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ jobs:
container: rocker/tidyverse:4.4.2
steps:
- uses: actions/checkout@v4

- name: Install R Dependencies
uses: r-lib/actions/setup-renv@v2
with:
cache-version: 1

- name: Check that R file/s exist/s
run: |
Expand Down

0 comments on commit 70cde67

Please sign in to comment.