Skip to content

Replace depricated url.parse with the WHATWG URL API #435

Replace depricated url.parse with the WHATWG URL API

Replace depricated url.parse with the WHATWG URL API #435

Workflow file for this run

name: PR Build
on: pull_request
jobs:
code-quality:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v5
- uses: actions/setup-node@v6
with:
node-version: lts/*
- run: npm ci
- run: npm run build
- run: npm run lint
- run: npm run cover
- run: npm run format:check