Skip to content

chore(deps-dev): bump eslint from 9.17.0 to 9.18.0 #1535

chore(deps-dev): bump eslint from 9.17.0 to 9.18.0

chore(deps-dev): bump eslint from 9.17.0 to 9.18.0 #1535

Workflow file for this run

name: ' 🧽 Lint'
on: # rebuild any PRs and main branch changes
pull_request:
push:
branches:
- main
workflow_dispatch:
permissions:
contents: read
jobs:
cspell:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: streetsidesoftware/cspell-action@v6
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Corepack Enable
run: corepack enable
- name: Use Node.js
uses: actions/setup-node@v4
with:
cache: 'pnpm'
- name: Install
run: pnpm install
- name: lint
run: pnpm run lint:ci