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 96414fe866
commit 36b6ef290a

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