Skip to content

Catch up with upstream proposal-temporal #69

Catch up with upstream proposal-temporal

Catch up with upstream proposal-temporal #69

Workflow file for this run

name: Run linter
on: pull_request
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: use node.js v19.x
uses: actions/setup-node@v3
with:
node-version: 19.x
- run: npm ci
- run: npm run refresh-polyfill-ci
- run: npm run lint
- run: npm run build:spec