Skip to content

chore: bump @typescript-eslint/eslint-plugin from 6.0.0 to 6.11.0 #540

chore: bump @typescript-eslint/eslint-plugin from 6.0.0 to 6.11.0

chore: bump @typescript-eslint/eslint-plugin from 6.0.0 to 6.11.0 #540

Workflow file for this run

---
name: Code Quality Checks
on:
- push
- pull_request
jobs:
lint:
runs-on: ubuntu-22.04
env:
CI: 'true'
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-node@v3
with:
node-version: 20
cache: npm
- run: make install
- run: make lint