Skip to content

Editorial: fix linking and change spelling of iterator interfaces (#3… #4532

Editorial: fix linking and change spelling of iterator interfaces (#3…

Editorial: fix linking and change spelling of iterator interfaces (#3… #4532

Workflow file for this run

name: 'ecma-262'
on: [pull_request, push]
jobs:
build:
name: 'build & lint ecmarkup'
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: ljharb/actions/node/install@6bc39109c48f74895ad72ec03ca0bb4e4da2fa3f
name: 'nvm install lts/* && npm ci --no-audit'
env:
NPM_CONFIG_AUDIT: false
with:
node-version: lts/*
use-npm-ci: true
- run: npm run build-head