Skip to content

Normative: add Iterator Helpers #145

Normative: add Iterator Helpers

Normative: add Iterator Helpers #145

Workflow file for this run

name: 'ecma-262'
on: [pull_request]
jobs:
spellcheck:
name: 'check for newly-introduced spelling errors'
runs-on: ubuntu-latest
steps:
- run: sudo apt-get install aspell
- uses: actions/checkout@v3
with:
# Number of commits to fetch. 0 indicates all history for all branches and tags.
# Default: 1
fetch-depth: 0
- uses: ljharb/actions/node/install@d9f477827ed71a259056764107f74afc29febcae
name: 'nvm install lts/* && npm ci --no-audit'
env:
NPM_CONFIG_AUDIT: false
with:
node-version: lts/*
use-npm-ci: true
- run: node scripts/spellcheck.mjs origin/"${GITHUB_BASE_REF}"