Skip to content

Bump @typescript-eslint/eslint-plugin from 7.16.0 to 8.4.0 #107

Bump @typescript-eslint/eslint-plugin from 7.16.0 to 8.4.0

Bump @typescript-eslint/eslint-plugin from 7.16.0 to 8.4.0 #107

Workflow file for this run

name: Lint
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- run: npm ci
- run: npm rum lint
- run: npm run build