lerenn / asyncapi-codegen

An AsyncAPI Golang Code generator that generates all Go code from the broker to the application/user. Just plug your application to your favorite message broker!
Apache License 2.0
78 stars 21 forks source link

feat(ci): setup simple ci/cd pipeline #191

Closed matoous closed 3 months ago

matoous commented 3 months ago

Setup simple CI/CD pipeline using GitHub actions and dagger.

lerenn commented 3 months ago

Wow ! Thank you @matoous, I was planning in doing something like that, but didn't had the time to do it.

matoous commented 3 months ago

@lerenn happy to help 🙌 you might also want to configure branch protection so at least test/lint need to pass for PRs.