Skip to content

Bump the vscode group across 1 directory with 3 updates #357

Bump the vscode group across 1 directory with 3 updates

Bump the vscode group across 1 directory with 3 updates #357

Workflow file for this run

name: ESLint
on:
push:
jobs:
lint:
name: ESLint
runs-on: ubuntu-latest
steps:
- name: "☁️ checkout repository"
uses: actions/checkout@v4
- name: "🔧 setup node"
uses: actions/setup-node@v4
with:
node-version: 22
cache: "npm"
- name: "🛸 install eslint plugins"
run: npm i --omit=optional --include=dev --no-fund --progress=false --legacy-peer-deps
- name: "🔍 lint code"
run: npm run lint