1
0
mirror of https://github.com/sasjs/server.git synced 2025-12-10 19:34:34 +00:00

chore(workflow): add working-directory for lint step

This commit is contained in:
Yury Shkoda
2021-10-20 15:25:28 +03:00
parent fda5680b0e
commit fd2092ecf3

View File

@@ -22,6 +22,7 @@ jobs:
working-directory: ./api
run: npm ci
- name: Check Code Style
working-directory: ./api
run: npm run lint
- name: Run Unit Tests
working-directory: ./api