Skip to content

build(deps-dev): bump @typescript-eslint/eslint-plugin from 7.8.0 to 7.9.0 #8085

build(deps-dev): bump @typescript-eslint/eslint-plugin from 7.8.0 to 7.9.0

build(deps-dev): bump @typescript-eslint/eslint-plugin from 7.8.0 to 7.9.0 #8085

Workflow file for this run

# This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
name: Run Linter
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: package.json
- name: Install pnpm
uses: pnpm/action-setup@v4.0.0
- run: pnpm install --frozen-lockfile
- run: pnpm lint