Merck / metalite.ae

An R package for standard adverse events analysis
http://merck.github.io/metalite.ae/
GNU General Public License v3.0
17 stars 4 forks source link

Add styler workflow #134

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.