revert lint-staged step, make lint check as part of gh unit-tests workflow

This commit is contained in:
lohit
2025-05-14 14:05:49 +05:30
parent b699088dd6
commit d7ccf1454e
4 changed files with 4 additions and 716 deletions

View File

@@ -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