Skip to content

skill v1.11.1

skill v1.11.1 #32

Workflow file for this run

name: lint
on:
push:
branches: [main]
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: actions/setup-node@v7
with:
node-version: '24'
cache: 'npm'
- run: npm ci
- run: npm run lint:oxfmt
- if: always()
run: npm run lint:tsc
- if: always()
run: npm run lint:oxlint