OCHA-DAP / hdx-signals

HDX Signals
https://un-ocha-centre-for-humanitarian.gitbook.io/hdx-signals/
GNU General Public License v3.0
5 stars 0 forks source link

Generate error on warning in GitHub action runs #99

Closed caldwellst closed 3 months ago

caldwellst commented 3 months ago

In R, you can set your global options to convert warnings into errors with options(warn=2). Should be simple to set this in all our GitHub action runs. This would provide even better protection against unexpected changes in source datasets or code filtering through to email content.

hannahker commented 3 months ago

Closed with #105