[x] This isn't a duplicate of an existing pull request
Description
Adds CI tests using GitHub Actions for:
[x] ESLint
[x] Stylelint
Also adds ESLint and Stylelint via pre-commit hooks.
Steps to test
Review GitHub Actions.
Expected behavior: Tests pass.
Additional information
I was going to run Django tests as well but I need to do some more research on how to do this efficiently in GitHub Actions, so this PR's scope is limited to CSS and JS linting.
Description
Adds CI tests using GitHub Actions for:
Also adds ESLint and Stylelint via pre-commit hooks.
Steps to test
Expected behavior: Tests pass.
Additional information
I was going to run Django tests as well but I need to do some more research on how to do this efficiently in GitHub Actions, so this PR's scope is limited to CSS and JS linting.
Related issues
Not applicable.