Skip to content

(auto merged) chore(deps-dev): bump typescript-eslint from 8.22.0 to 8.23.0 in the eslint group #890

(auto merged) chore(deps-dev): bump typescript-eslint from 8.22.0 to 8.23.0 in the eslint group

(auto merged) chore(deps-dev): bump typescript-eslint from 8.22.0 to 8.23.0 in the eslint group #890

Workflow file for this run

name: Run ESLint
on:
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
version: 8
- uses: actions/setup-node@v4
with:
node-version-file: ./.node-version
cache: "pnpm"
- name: Install dependencies
run: pnpm install --shamefully-hoist
env:
CI: true
- name: Run lint
run: pnpm run lint