Skip to content

Commit

Permalink
Update GHA workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
GegznaV committed Apr 29, 2023
1 parent cb3d6a6 commit 6deff81
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:

- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: any::rcmdcheck
extra-packages: any::rcmdcheck, any::styler
needs: check

- uses: r-lib/actions/check-r-package@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/drat--publish-package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
- name: Install dependencies
shell: Rscript {0}
run: |
remotes::install_cran(c("roxygen2", "devtools", "drat"))
remotes::install_cran(c("roxygen2", "devtools", "drat", "styler"))
remotes::install_deps(dependencies = TRUE)
- name: Roxygenize
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: any::pkgdown, any::devtools, local::.
extra-packages: any::pkgdown, any::devtools, any::styler, local::.
needs: website

- name: Configure Git
Expand Down

0 comments on commit 6deff81

Please sign in to comment.