Skip to content

chore: no long at axiom, blur out a part i forgot #55

chore: no long at axiom, blur out a part i forgot

chore: no long at axiom, blur out a part i forgot #55

Workflow file for this run

name: Lint
on:
pull_request:
push:
branches: [main]
permissions: {}
jobs:
oxlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v6
with:
node-version: lts/*
cache: pnpm
- run: pnpm install --frozen-lockfile
- run: pnpm run lint:github