Create GitLab CI pipeline for the frontend
- Create
.gitlab-ci.yml
file - Linting of source code
- Building testable snapshot (if needed)
- Testing
- Reports on linting and coverage
- Some other tool(s) of your choice relevant to your stack
.gitlab-ci.yml
file