Skip to content

Bump typescript from 5.9.3 to 6.0.2 #21

Bump typescript from 5.9.3 to 6.0.2

Bump typescript from 5.9.3 to 6.0.2 #21

Workflow file for this run

name: Lint
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
lint:
name: ESLint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-node@v5
with:
node-version: 22
- run: npm install eslint @eslint/js typescript-eslint typescript emdash @types/react
- run: npx eslint src/