wardencommunity / warden

General Rack Authentication Framework
MIT License
2.48k stars 204 forks source link

Add GitHub Actions based on Puma #186

Closed olleolleolle closed 4 years ago

olleolleolle commented 4 years ago

This PR is an attempt to port the GitHub Actions system used in Puma to this project.

The goal is to improve feedback speed.

I guess it takes for an administrator to configure Actions to be used.

jsmestad commented 4 years ago

I took a pass at creating a simple GH Actions version. Not as robust as Puma, but we also do not have C extensions to worry about.

olleolleolle commented 4 years ago

@jsmestad Thanks – the GH Action looks good!