Add linter on CI

This commit is contained in:
Charles Bochet
2023-04-20 11:44:47 +02:00
parent 5469d27911
commit b8d089395f
21 changed files with 55 additions and 24 deletions

View File

@ -25,5 +25,7 @@ jobs:
env:
FONTAWESOME_NPM_AUTH_TOKEN: ${{ secrets.FONTAWESOME_NPM_AUTH_TOKEN }}
run: cd front && npm install
- name: Run linter
run: cd front && npm run lint
- name: Run tests and code coverage
run: cd front && npm run coverage-ci