Skip to content

Adds URL.parse and URL.canParse #136

Adds URL.parse and URL.canParse

Adds URL.parse and URL.canParse #136

Workflow file for this run

name: Lint
on:
merge_group:
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 1
- uses: actions/setup-node@v4
with:
node-version: 22.4.1
cache: 'npm'
- run: npm ci
- run: npm run build
- run: npm run lint
- run: npm run lint-config