cedarcode / webauthn-ruby

WebAuthn ruby server library ― Make your Ruby/Rails web server become a conformant WebAuthn Relying Party
https://rubygems.org/gems/webauthn
MIT License
649 stars 53 forks source link

Add Github action to prevent merging of fixup commits #330

Closed santiagorodriguez96 closed 3 years ago

santiagorodriguez96 commented 4 years ago

Fixup commits are OK in pull requests, but without a check like this one though, it's easy to forget to squash them away before merging to master.

See https://thoughtbot.com/blog/autosquashing-git-commits

Followed this guide: https://github.com/marketplace/actions/block-fixup-commit-merge