Skip to content

build: add generate check in CI #222

build: add generate check in CI

build: add generate check in CI #222

Workflow file for this run

name: Lint
on:
pull_request:
types: [opened, synchronize]
push:
branches:
- main
- 'renovate/**'
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/pnpm
- name: Run oxlint
run: npx oxlint --config=oxlint.json --tsconfig=tsconfig.json
- name: Run eslint
run: npx eslint --flag unstable_ts_config