Skip to content

fix(deps): update typescript-eslint monorepo to v7.12.0 (#386) #1430

fix(deps): update typescript-eslint monorepo to v7.12.0 (#386)

fix(deps): update typescript-eslint monorepo to v7.12.0 (#386) #1430

Workflow file for this run

name: lint
on:
push:
branches:
- '**'
pull_request:
branches:
- '**'
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install
uses: ./.github/actions/install
- name: Lint
run: pnpm run lint