Skip to content

Commit

Permalink
Adding R to pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
gvegayon authored Dec 16, 2024
1 parent 2117ab9 commit 780338f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pre-commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v3

- uses: r-lib/actions/setup-r@v2
with:
r-version: '4.4.0'

- name: Cache R packages for pre-commit (live in renv)
uses: actions/cache@v4
with:
Expand Down

0 comments on commit 780338f

Please sign in to comment.