Skip to content

chore(deps-dev): bump typescript-eslint from 8.20.0 to 8.22.0 #1393

chore(deps-dev): bump typescript-eslint from 8.20.0 to 8.22.0

chore(deps-dev): bump typescript-eslint from 8.20.0 to 8.22.0 #1393

Workflow file for this run

name: Lint
on:
pull_request:
push:
branches:
- main
- release/*
jobs:
tests:
name: 'Run Linter'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: lts/*
- name: Install dependencies
run: yarn
- name: Lint
run: yarn lint
- name: Format
run: yarn format