remy / nodemon

Monitor for any changes in your node.js application and automatically restart the server - perfect for development
http://nodemon.io/
MIT License
26.21k stars 1.72k forks source link

Replace Travis badge with GitHub Actions badge #2116

Closed kyletaylored closed 1 year ago

kyletaylored commented 1 year ago

It doesn't look like Travis CI is being used anymore and that GitHub Actions is being used for various tasks, so this just replaces the tests badge on the README.

Unfortunately the current test workflow (node.js.yml) runs on both PRs and merges to main, so if a PR someone opens up fails, the badge also reflects that, so ideally there would be two separate workflows to break out those responsibilities.

netlify[bot] commented 1 year ago

Deploy Preview for nodemon ready!

Name Link
Latest commit 665259f49ecf75d89b3e0631230a7ba847351d17
Latest deploy log https://app.netlify.com/sites/nodemon/deploys/6488a7318b603300084bf479
Deploy Preview https://deploy-preview-2116--nodemon.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

remy commented 1 year ago

I've removed this entirely for the time being - thanks for the heads up about how github works 👍