fix: release and pull request github workflows

This commit is contained in:
yassinedorbozgithub 2025-01-02 12:12:52 +01:00
parent 6b56323dc1
commit 821364dbd3
2 changed files with 6 additions and 6 deletions

View File

@ -27,10 +27,10 @@ jobs:
run: cd frontend && npm run typecheck run: cd frontend && npm run typecheck
- name: 🖋️ ESLint checks for widget ... - name: 🖋️ ESLint checks for widget ...
run: cd widget && npm run lint run: cd widget && npx lint-staged
- name: 🖋️ ESLint checks for Frontend ... - name: 🖋️ ESLint checks for Frontend ...
run: cd frontend && npm run lint run: cd frontend && npx lint-staged
- name: 🛠️ build Widget ... - name: 🛠️ build Widget ...
run: cd widget && npm run build run: cd widget && npm run build
@ -57,7 +57,7 @@ jobs:
run: cd api && npm run typecheck run: cd api && npm run typecheck
- name: 🖋️ ESLint checks for API ... - name: 🖋️ ESLint checks for API ...
run: cd api && npm run lint run: cd api && npx lint-staged
- name: 🔬 running unit tests for API ... - name: 🔬 running unit tests for API ...
run: cd api && npm run test run: cd api && npm run test

View File

@ -27,10 +27,10 @@ jobs:
run: cd frontend && npm run typecheck run: cd frontend && npm run typecheck
- name: 🖋️ ESLint checks for widget ... - name: 🖋️ ESLint checks for widget ...
run: cd widget && npm run lint run: cd widget && npx lint-staged
- name: 🖋️ ESLint checks for Frontend ... - name: 🖋️ ESLint checks for Frontend ...
run: cd frontend && npm run lint run: cd frontend && npx lint-staged
- name: 🛠️ build Widget ... - name: 🛠️ build Widget ...
run: cd widget && npm run build run: cd widget && npm run build
@ -58,7 +58,7 @@ jobs:
run: cd api && npm run typecheck run: cd api && npm run typecheck
- name: 🖋️ ESLint checks for API ... - name: 🖋️ ESLint checks for API ...
run: cd api && npm run lint run: cd api && npx lint-staged
- name: 🔬 running unit tests for API ... - name: 🔬 running unit tests for API ...
run: cd api && npm run test run: cd api && npm run test