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:
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user