Skip to content

Bump typescript-eslint from 8.60.1 to 8.61.1 (#22) #45

Bump typescript-eslint from 8.60.1 to 8.61.1 (#22)

Bump typescript-eslint from 8.60.1 to 8.61.1 (#22) #45

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version: 22
cache: npm
- run: npm ci
- run: npm run check