fietensen / wafflemap

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

Add ci pipeline #26

Closed fietensen closed 3 months ago

fietensen commented 3 months ago

added a basic pipeline running eslint on all files in frontend/src/** on pushes to feature branches and pull requests that modify the frontend directory

closes #25