Skip to content

Standardize rejection assertions in Promise static method tests #141

Standardize rejection assertions in Promise static method tests

Standardize rejection assertions in Promise static method tests #141

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
cache: 'npm'
- run: npm ci
- run: npm run build
- run: npm run lint
- run: npm run lint-config