dbader / node-datadog-metrics

Buffered metrics reporting via the DataDog HTTP API
https://dbader.org/blog/monitoring-your-nodejs-app-with-datadog
MIT License
142 stars 58 forks source link

Update README build status for GitHub actions #76

Closed Mr0grog closed 2 years ago

Mr0grog commented 2 years ago

We recently switched to GitHub actions in stead of Travis for continuous integration, but forgot to update the status image in the README. This fixes it to be based on our actual build status for the main branch.

The text here changed from “build” to “Continuous Integration” because that’s the name of the workflow. If we want to adjust it, we should adjust the name in the workflow file.

See also #75.