Add working directory to the lint stage on GHA

This commit is contained in:
Felipe Knorr Kuhn 2022-07-05 04:34:43 -07:00
parent 35db3ffbf0
commit 97686e1c87
No known key found for this signature in database
GPG Key ID: 79619B52BB097C1A

View File

@ -20,6 +20,7 @@ jobs:
working-directory: backend
- name: Lint
run: npm run lint
working-directory: backend
# - name: Test
# run: npm run test
- name: Build
@ -41,6 +42,7 @@ jobs:
working-directory: frontend
- name: Lint
run: npm run lint
working-directory: frontend
# - name: Test
# run: npm run test
- name: Build