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

Implement CI/CD #4

Open
2 of 4 tasks
puntope opened this issue May 20, 2022 · 0 comments
Open
2 of 4 tasks

Implement CI/CD #4

puntope opened this issue May 20, 2022 · 0 comments

Comments

@puntope
Copy link
Contributor

puntope commented May 20, 2022

User story

As a developer I want to safely commit and ship new code to this repo in an automated way.

How to reproduce the problem

The repository doesn't have yet any CI/CD setup, neither linters or tests, this makes the code and the repositories using our packages unsafe and tedious to maintain.

Describe the solution you'd like

Implement CI/CD with linters and tests.

Acceptance criteria

  • There is a test suit for the different packages in the repo
  • There is a linter for PHP
  • There is a linter for JS
  • There is an automated task that runs all of those on each PR (aka, Github Actions)
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