Skip to content

Bump @typescript-eslint/eslint-plugin from 8.56.0 to 8.57.1 #51

Bump @typescript-eslint/eslint-plugin from 8.56.0 to 8.57.1

Bump @typescript-eslint/eslint-plugin from 8.56.0 to 8.57.1 #51

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version: '20'
cache: 'npm'
- run: npm ci
- run: npm run format:check
- run: npm run lint
- run: npm run typecheck
- run: npm run build
- run: npm test