Skip to content

Update typescript-eslint monorepo to v8.8.0 #2664

Update typescript-eslint monorepo to v8.8.0

Update typescript-eslint monorepo to v8.8.0 #2664

Workflow file for this run

name: Format
on: [push, pull_request]
jobs:
format:
name: Format
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node.js environment
uses: actions/setup-node@main
with:
node-version-file: package.json
- name: Install Dependencies
run: yarn install --frozen-lockfile
- name: Format
run: yarn run format:check