Skip to content

Commit 7ff6a27

Browse files
committed
eliminating the false object_usage_linter warnings
1 parent cf63523 commit 7ff6a27

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/lint-project.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,10 @@ jobs:
2323
with:
2424
use-public-rspm: true
2525

26-
- name: Install lintr
27-
run: install.packages("lintr")
28-
shell: Rscript {0}
26+
- uses: r-lib/actions/setup-r-dependencies@v2
27+
with:
28+
extra-packages: any::lintr, local::.
29+
needs: lint
2930

3031
- name: Lint root directory
3132
run: lintr::lint_package()

0 commit comments

Comments
 (0)