Skip to content

Scopes: Make the offsets into the names array absolute #3

Scopes: Make the offsets into the names array absolute

Scopes: Make the offsets into the names array absolute #3

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-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- run: node scripts/ipr-check.js tc39/source-map-spec ${{ github.event.pull_request.head.sha || 'HEAD' }}
env:
GH_TOKEN: ${{ secrets.GH_IPR_TOKEN }}
GOOGLE_API_KEY: ${{ secrets.GOOGLE_API_KEY }}