zalando / rds-health

discover anomalies, performance issues and optimization within AWS RDS
MIT License
25 stars 4 forks source link

configure GitHub Actions #1

Closed fogfish closed 9 months ago

fogfish commented 9 months ago

Enable testing and quality check of source code for each pull request. The changes includes

  1. GitHub Action for running unit tests // check-test.yml
  2. GitHub Action for running static code analysis // check-code.yml
  3. GitHub Action for automated releasing of new version after merge to main branch // build.yml
  4. Integration with goreleaser to produce binaries and homebrew taps
  5. Exclude support for 386 arch due to BiB type.
fogfish commented 9 months ago

👍

fogfish commented 9 months ago

👍

pioneerit commented 9 months ago

:+1:

fogfish commented 9 months ago

👍