MsZoezo / dayta

GNU General Public License v3.0
0 stars 0 forks source link

Create eslint.yml #25

Closed BetOnJeanette closed 2 months ago

BetOnJeanette commented 2 months ago

What was the problem?

We didn't automatically run the linter for each pull, meaning we would have to manually do so, which could be inefficient and cause issues.

What does this do to Solve the Problem?

I took the Microsoft-made GitHub Action to run ESLint, our linter, each time there is a PR onto main. This should give us a response on each run as to if there are any linting issues when it runs. This closes #22