mirror of
https://github.com/sasjs/server.git
synced 2025-12-10 19:34:34 +00:00
chore(workflow): remove code style check step from build jobs
This commit is contained in:
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@@ -40,9 +40,6 @@ jobs:
|
||||
- name: Install Dependencies
|
||||
working-directory: ./api
|
||||
run: npm ci
|
||||
- name: Check Code Style
|
||||
working-directory: ./api
|
||||
run: npm run lint
|
||||
- name: Run Unit Tests
|
||||
working-directory: ./api
|
||||
run: npm test
|
||||
@@ -67,9 +64,6 @@ jobs:
|
||||
- name: Install Dependencies
|
||||
working-directory: ./web
|
||||
run: npm ci
|
||||
- name: Check Code Style
|
||||
working-directory: ./web
|
||||
run: npm run lint
|
||||
- name: Run Unit Tests
|
||||
working-directory: ./web
|
||||
run: npm test
|
||||
|
||||
Reference in New Issue
Block a user