mirror of
https://github.com/hexastack/hexabot
synced 2025-01-22 18:45:57 +00:00
fix: release and pull request github workflows
This commit is contained in:
parent
6b56323dc1
commit
821364dbd3
6
.github/workflows/pull_request.yml
vendored
6
.github/workflows/pull_request.yml
vendored
@ -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
|
||||||
|
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user