CUCentralAdvancement / cms

The Central Advancement Content Management System
MIT License
0 stars 0 forks source link

Add Linting GH Action #13

Closed alexfinnarn closed 3 years ago

alexfinnarn commented 3 years ago

ESLint can be used to lint the code. This can also be added to the GH workflow to run Cypress tests, but I don't think there will be much time saved as you don't even have to install dependencies to lint code.

Required

What area of the codebase does this involve?

This will only touch .github/workflows but might also add a command to package.json for linting.

Will this impact CI/CD procedures?

Yes, this will add a check to all pull requests that lints the code.

Acceptance Criteria