SE750-Group14-GirlGang / roadtrip-planner

An application to help you and your friends plan a roadtrip!
Apache License 2.0
3 stars 2 forks source link

Eslint and tests github actions #89

Closed Denijar closed 3 years ago

Denijar commented 3 years ago

Issue We have tests and eslint checks, but we can still make PR without checking if these checks are passing

Changes Made This adds two github actions - tests and eslint check. These checks will run on main and on PR made to main.

Closes #88