chore(deps): update eslint monorepo to v9.18.0 (#479) #1734
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Lint | |
on: push | |
jobs: | |
eslint: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v4 | |
- name: Install PNPM | |
run: corepack enable && corepack prepare [email protected] --activate | |
- name: Install workspaces | |
run: pnpm install | |
- name: Run linter | |
run: pnpm lint |