mirror of
https://github.com/sasjs/server.git
synced 2026-01-05 05:40:06 +00:00
chore(workflow): add working-directory for lint step
This commit is contained in:
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@@ -22,6 +22,7 @@ jobs:
|
|||||||
working-directory: ./api
|
working-directory: ./api
|
||||||
run: npm ci
|
run: npm ci
|
||||||
- name: Check Code Style
|
- name: Check Code Style
|
||||||
|
working-directory: ./api
|
||||||
run: npm run lint
|
run: npm run lint
|
||||||
- name: Run Unit Tests
|
- name: Run Unit Tests
|
||||||
working-directory: ./api
|
working-directory: ./api
|
||||||
|
|||||||
Reference in New Issue
Block a user