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 a CI to the examples repo #83

Open
Dominik1999 opened this issue Mar 13, 2023 · 0 comments
Open

Add a CI to the examples repo #83

Dominik1999 opened this issue Mar 13, 2023 · 0 comments

Comments

@Dominik1999
Copy link
Contributor

Dominik1999 commented Mar 13, 2023

Introduction/Background: As our little project here grows in complexity, the need for a robust and automated testing and deployment process becomes crucial. Implementing Continuous Integration (CI) for our examples repository will help us ensure code quality and reduce the risk of bugs in production.

Goals/Objectives:

  • Automate testing to run on every commit and pull request.
  • Ensure code style consistency using automated linting.
  • Enable automated deployment to our staging environment.

Requirements and Specifications:

  • Use GitHub Actions as the CI tool.
  • Automate unit and integration testing.
  • Set up linting with ESLint for code consistency.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant