Skip to content

Polyfill: Don't allow offsets of the form +00:0000 #3281

Polyfill: Don't allow offsets of the form +00:0000

Polyfill: Don't allow offsets of the form +00:0000 #3281

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 v24.x
uses: actions/setup-node@v3
with:
node-version: 24.x
- run: npm ci
- run: npm run lint
- run: npm run build:spec