Update .github/workflows/pull_request.yml

This commit is contained in:
Med Marrouchi 2025-01-02 15:57:21 +01:00 committed by GitHub
parent 4679dbc6a7
commit 15adad5b96
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -57,7 +57,7 @@ jobs:
run: cd api && npm run typecheck
- name: 🖋️ ESLint checks for API ...
run: cd api && npx lint-staged
run: cd api && npm run lint
- name: 🔬 running unit tests for API ...
run: cd api && npm run test