Skip to content

Bump @typescript-eslint/eslint-plugin from 6.19.1 to 6.20.0 (#4) #12

Bump @typescript-eslint/eslint-plugin from 6.19.1 to 6.20.0 (#4)

Bump @typescript-eslint/eslint-plugin from 6.19.1 to 6.20.0 (#4) #12

Workflow file for this run

name: ESLint
on:
pull_request:
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: 21
cache: "npm"
- name: "🛸 install eslint plugins"
run: npm i --omit=optional --include=dev --no-fund --progress=false
- name: "🔍 lint code"
run: npm run lint