Skip to content

fix(deps): update dependency @typescript-eslint/eslint-plugin to v7 #424

fix(deps): update dependency @typescript-eslint/eslint-plugin to v7

fix(deps): update dependency @typescript-eslint/eslint-plugin to v7 #424

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
jobs:
lint:
name: Linting
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
- uses: actions/setup-node@v3
with:
node-version: 18
cache: npm
- run: npm ci
- run: npm run lint