Skip to content

Add LCP iframes example #96

Add LCP iframes example

Add LCP iframes example #96

Workflow file for this run

name: check-index-up-to-date
on: [push]
jobs:
validate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '18'
cache: 'npm'
- run: npm ci
- run: npm run validate-index
- run: npm run validate-format