ci: fix YAML formatting — normalize blank lines
This commit is contained in:
parent
33b4faa283
commit
8ca4244855
@ -24,7 +24,6 @@ jobs:
|
||||
- name: Pull latest
|
||||
run: git pull --ff-only origin main || true
|
||||
|
||||
|
||||
- name: Install workspace dependencies
|
||||
run: HUSKY=0 pnpm install
|
||||
|
||||
@ -50,7 +49,6 @@ jobs:
|
||||
- name: Pull latest
|
||||
run: git pull --ff-only origin main || true
|
||||
|
||||
|
||||
- name: Install workspace dependencies
|
||||
run: HUSKY=0 pnpm install
|
||||
|
||||
@ -65,6 +63,7 @@ jobs:
|
||||
|
||||
- name: Web build
|
||||
run: pnpm --filter web run build
|
||||
|
||||
e2e:
|
||||
name: E2E — Playwright
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Loading…
Reference in New Issue
Block a user