Skip to content

Bump oxlint-tsgolint from 0.24.0 to 0.25.0 #645

Bump oxlint-tsgolint from 0.24.0 to 0.25.0

Bump oxlint-tsgolint from 0.24.0 to 0.25.0 #645

Workflow file for this run

name: Node.js Automation
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: actions/setup-node@v6
with:
node-version: lts/*
- run: npm install
- run: npm test
- run: npm run lint
- run: npm run type-check
- run: npm run docs