Skip to content

Fix settings.json to read ESlint's flat config #271

Fix settings.json to read ESlint's flat config

Fix settings.json to read ESlint's flat config #271

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
run:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: corepack enable
- run: pnpm install
- run: pnpm run build
- run: pnpm run lint
- run: pnpm test
test-types:
runs-on: ubuntu-latest
name: Test Types with TypeScript ${{ matrix.ts }}
strategy:
matrix:
ts: [4.7, 4.8, 4.9, 5.0, 5.1, 5.2, 5.3, 5.4]
steps:
- uses: actions/checkout@v4
- run: corepack enable
- run: pnpm install
- run: pnpm install typescript@${{ matrix.ts }}
- run: pnpm type-check