Update .github/workflows/pull_request.yml

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

View File

@ -27,7 +27,7 @@ jobs:
run: cd frontend && npm run typecheck
- name: 🖋️ ESLint checks for widget ...
run: cd widget && npx lint-staged
run: cd widget && npm run lint
- name: 🖋️ ESLint checks for Frontend ...
run: cd frontend && npx lint-staged