signaturescience / focustools

Forecasting COVID-19 in the US
https://signaturescience.github.io/focustools/
GNU General Public License v3.0
0 stars 0 forks source link

add CI for pkg check #54

Closed vpnagraj closed 3 years ago

vpnagraj commented 3 years ago

we should include a simple CI (i.e. GH actions) to check that the package builds correctly.

easy to do with usethis::use_github_action_check_release()

that ^ will add the yml file for the GH action as well as a badge for the README

vpnagraj commented 3 years ago

see #55