Skip to content

Commit e847a14

Browse files
arisp99gaborcsardi
andauthored
Remove dependencies from style workflow (#946)
Co-authored-by: Gábor Csárdi <[email protected]>
1 parent b9d31fd commit e847a14

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

examples/style.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,10 @@ jobs:
2626
with:
2727
use-public-rspm: true
2828

29-
- name: Install dependencies
29+
- name: Install styler and roxygen2
3030
uses: r-lib/actions/setup-r-dependencies@v2
3131
with:
32-
extra-packages: any::styler, any::roxygen2
33-
needs: styler
32+
packages: styler, roxygen2
3433

3534
- name: Enable styler cache
3635
run: styler::cache_activate()

0 commit comments

Comments
 (0)