Skip to content

Commit

Permalink
Specified the R version in the setup step of Static Analysis Github a…
Browse files Browse the repository at this point in the history
…ction
  • Loading branch information
rishi-salunkhe-mettle committed Nov 22, 2024
1 parent 97c3462 commit 714235e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
- uses: actions/checkout@v2

- uses: r-lib/actions/setup-r@v2

with:
r-version: '4.1.3'

- name: Lint R Files
run: cd ./scripts && ./lintr.sh

0 comments on commit 714235e

Please sign in to comment.