ci: fix YAML formatting — normalize blank lines
This commit is contained in:
parent
c0a33473f4
commit
5be6a18813
@ -23,7 +23,6 @@ jobs:
|
||||
- name: Pull latest
|
||||
run: git pull --ff-only origin main || true
|
||||
|
||||
|
||||
- name: Install workspace dependencies
|
||||
run: HUSKY=0 pnpm install --frozen-lockfile
|
||||
|
||||
@ -49,7 +48,6 @@ jobs:
|
||||
- name: Pull latest
|
||||
run: git pull --ff-only origin main || true
|
||||
|
||||
|
||||
- name: Install workspace dependencies
|
||||
run: HUSKY=0 pnpm install --frozen-lockfile
|
||||
|
||||
@ -75,12 +73,12 @@ jobs:
|
||||
- name: Pull latest
|
||||
run: git pull --ff-only origin main || true
|
||||
|
||||
|
||||
- name: Install workspace dependencies
|
||||
run: HUSKY=0 pnpm install --frozen-lockfile
|
||||
|
||||
- name: Mobile typecheck
|
||||
run: pnpm --filter @notelett/mobile run typecheck
|
||||
|
||||
e2e:
|
||||
name: E2E — Playwright
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Loading…
Reference in New Issue
Block a user