mikker / passwordless

🗝 Authentication for your Rails app without the icky-ness of passwords
MIT License
1.28k stars 88 forks source link

Use GH actions for status badge instead of Travis. #110

Closed madogiwa0124 closed 2 years ago

madogiwa0124 commented 2 years ago

This is a PR to changed to status badge to show the result of the GH action.

How about this PR?

Description

The CI now uses the GH action instead of Travis, but the result badge was still Travis, so I fixed it.

related: https://github.com/mikker/passwordless/pull/109

Test

I have confirmed that the Github Action result badge appears in my repository.

https://github.com/madogiwa0124/passwordless/blob/migrate-to-gh-action-badge/README.md

rickychilcott commented 2 years ago

Thank you @madogiwa0124!