Skip to content

Bump @typescript-eslint/eslint-plugin from 8.46.2 to 8.46.3 #700

Bump @typescript-eslint/eslint-plugin from 8.46.2 to 8.46.3

Bump @typescript-eslint/eslint-plugin from 8.46.2 to 8.46.3 #700

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-node@v5
- run: yarn
- run: yarn lint
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-node@v5
- run: yarn
- run: yarn test