Skip to content

Commit

Permalink
fox style workflow issue
Browse files Browse the repository at this point in the history
  • Loading branch information
IndrajeetPatil committed Jul 5, 2024
1 parent a846acb commit b312d48
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/styler.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
any::roxygen2
anthonynorth/roxyglobals
needs: |
metaplus
styler
roxygen2
Expand Down Expand Up @@ -66,7 +67,7 @@ jobs:
- name: Style package
run: |
options(crayon.enabled = TRUE)
styler::style_pkg(filetype = c(".qmd", ".R", ".Rmd", ".Rmarkdown", ".Rnw"))
styler::style_pkg()
shell: Rscript {0}

- name: Document
Expand Down
4 changes: 4 additions & 0 deletions man/meta_analysis.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b312d48

Please sign in to comment.