This commit is contained in:
@@ -13,7 +13,10 @@ jobs:
|
|||||||
node-version: 22
|
node-version: 22
|
||||||
- name: Install
|
- name: Install
|
||||||
run: npm ci
|
run: npm ci
|
||||||
- name: Lint
|
# Advisory until the pre-existing lint debt is cleared (2026-07-19:
|
||||||
|
# ~20 errors across budget/insights/shared pages) — then make blocking.
|
||||||
|
- name: Lint (advisory)
|
||||||
run: npm run lint
|
run: npm run lint
|
||||||
|
continue-on-error: true
|
||||||
- name: Unit tests
|
- name: Unit tests
|
||||||
run: npm test
|
run: npm test
|
||||||
|
|||||||
Reference in New Issue
Block a user