Enable running eslint on GHA

This commit is contained in:
Felipe Knorr Kuhn 2022-07-05 04:30:56 -07:00
parent e947f3259e
commit 0a747b5609
No known key found for this signature in database
GPG Key ID: 79619B52BB097C1A

View File

@ -18,8 +18,8 @@ jobs:
- name: Install
run: npm install --prod
working-directory: backend
# - name: Lint
# run: npm run lint
- name: Lint
run: npm run lint
# - name: Test
# run: npm run test
- name: Build
@ -39,8 +39,8 @@ jobs:
- name: Install
run: npm install --prod
working-directory: frontend
# - name: Lint
# run: npm run lint
- name: Lint
run: npm run lint
# - name: Test
# run: npm run test
- name: Build