Skip to content

fix(deps): update typescript-eslint monorepo to v7.9.0 #1375

fix(deps): update typescript-eslint monorepo to v7.9.0

fix(deps): update typescript-eslint monorepo to v7.9.0 #1375

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