mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-24 21:25:45 +00:00
revert lint-staged step, make lint check as part of gh unit-tests workflow
This commit is contained in:
3
.github/workflows/tests.yml
vendored
3
.github/workflows/tests.yml
vendored
@@ -31,6 +31,9 @@ jobs:
|
||||
npm run build --workspace=packages/bruno-converters
|
||||
npm run build --workspace=packages/bruno-requests
|
||||
|
||||
- name: Lint Check
|
||||
run: npm run lint
|
||||
|
||||
# tests
|
||||
- name: Test Package bruno-js
|
||||
run: npm run test --workspace=packages/bruno-js
|
||||
|
||||
Reference in New Issue
Block a user