Closed nanxstats closed 1 year ago
This PR adds the styler workflow to the repo.
usethis::use_github_action("style")
The workflow automatically runs styler::style_pkg() after committed changes are pushed and updates the PR to ensure the merged code always follows the tidyverse style guide.
styler::style_pkg()
This PR adds the styler workflow to the repo.
The workflow automatically runs
styler::style_pkg()
after committed changes are pushed and updates the PR to ensure the merged code always follows the tidyverse style guide.