Skip to content

Bump eslint from 9.39.2 to 10.0.3 #45

Bump eslint from 9.39.2 to 10.0.3

Bump eslint from 9.39.2 to 10.0.3 #45

Workflow file for this run

name: lint
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Setup node
uses: actions/setup-node@v6
with:
node-version: "lts/*"
- name: Install dependencies
run: npm ci
- name: Formatting
run: npm run prettier
- name: ESLint
run: npm run lint
- name: Type checks
run: npm run tsc
- name: Knip
run: npm run knip