Skip to content

build(deps-dev): bump oxlint-tsgolint from 0.17.2 to 0.17.4 #517

build(deps-dev): bump oxlint-tsgolint from 0.17.2 to 0.17.4

build(deps-dev): bump oxlint-tsgolint from 0.17.2 to 0.17.4 #517

Workflow file for this run

name: Build/Test
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
with:
fetch-depth: 0
- uses: actions/setup-node@v6
with:
node-version-file: .node-version
- run: npm ci
- run: npm run build
- run: npm run lint
- run: npm run test
- uses: blacha/hyperfine-action@v1