Merck / metalite

An R package to create metadata structure for ADaM data analysis and reporting
https://merck.github.io/metalite/
GNU General Public License v3.0
15 stars 5 forks source link

Add styler workflow #130

Closed nanxstats closed 1 year ago

nanxstats commented 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.