Skip to content

fix: (1) missing lb-head div causing header text cutoff, (2) loading … #35

fix: (1) missing lb-head div causing header text cutoff, (2) loading …

fix: (1) missing lb-head div causing header text cutoff, (2) loading … #35

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
smoke:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20'
- run: npm install
- run: npx playwright install --with-deps chromium
- run: node --check fandom.js
- run: node --check router.js
- run: node --check data-layer.js
- run: node scripts/privacy-smoke.mjs
- run: node scripts/smoke.mjs