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?
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