Skip to content

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

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

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

Workflow file for this run

name: 'ecma-262'
on:
pull_request_target:
branches:
- '*'
push:
branches:
- main
jobs:
build:
name: 'check IPR form'
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 ipr-check'
env:
GH_TOKEN: ${{ secrets.GH_IPR_TOKEN }}
GOOGLE_API_KEY: ${{ secrets.GOOGLE_API_KEY }}