Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add GitHub Actions for automatic quality control of the code #9

Open
herzhenr opened this issue Jun 1, 2024 · 0 comments
Open

add GitHub Actions for automatic quality control of the code #9

herzhenr opened this issue Jun 1, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@herzhenr
Copy link
Collaborator

herzhenr commented Jun 1, 2024

Overview of the planned GitHub Actions structure:

  - Stage: Pre-Checks
    - Linting
    - Run generate for oapi-codegen and check if the generated code is up-to-date with spec file
    - check changelog is up-to-date (next version)
  - Stage Build
    - Build the docker image
  - Stage Test
    - Run unit tests
    - Run integration tests (with postgres-db)
    - (Run security checks)
  - Stage Deploy
    - Upload Docker Image to Registry
@herzhenr herzhenr self-assigned this Jun 1, 2024
@herzhenr herzhenr added the enhancement New feature or request label Jun 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant