fietensen / wafflemap

Educational Repository showcasing a Fullstack application including CI/CD pipeline
MIT License
0 stars 0 forks source link

add CI pipeline #25

Closed fietensen closed 3 months ago

fietensen commented 3 months ago

End-goal is to add a CI/CD pipeline to ease the workflow of the project's developers. For this feature, we do not require the continuous delivery part, but only the following:

  1. automated linting for the frontend using ESLint
    • on pull requests
    • on pushes to main / develop

Testing will also be tackled in the future

fietensen commented 3 months ago

additionally, both of these should only trigger if files in frontend/** have changed, to prevent unnecessary overhead / waste of computation power