ihmeuw-demographics / hierarchyUtils

Demographics Related Utility Functions
https://ihmeuw-demographics.github.io/hierarchyUtils/
BSD 3-Clause "New" or "Revised" License
8 stars 3 forks source link

remove travis builds in favor of github actions #19

Closed chacalle closed 4 years ago

chacalle commented 4 years ago

Github workflows were added to https://github.com/ihmeuw/demUtils/tree/master/.github/workflows on the master branch so that I could test and see if they worked. A better workflow I saw used in the ggplot2 repo is to fork the repo and test github actions on the master branch in the forked repository.

I added some documentation on this to the internal best practices hub page. @krpaulson27 want to see if it works on lifetableUtils?

Addresses issue #18

chacalle commented 4 years ago

Could also have used the usethis package. They have a function for everything https://github.com/r-lib/usethis/blob/master/R/github-actions.R