Skip to content

Update eslint monorepo to v9.21.0 (#2055) #6299

Update eslint monorepo to v9.21.0 (#2055)

Update eslint monorepo to v9.21.0 (#2055) #6299

Workflow file for this run

---
name: Lint
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- name: Set up Node.js
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4
with:
node-version: 20
cache: npm
- run: npm install
- run: npm run lint