Skip to content

Bump @typescript-eslint/parser from 8.6.0 to 8.8.1 #44

Bump @typescript-eslint/parser from 8.6.0 to 8.8.1

Bump @typescript-eslint/parser from 8.6.0 to 8.8.1 #44

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 22.9.0
cache: npm
- name: Prepare .env
run: cp .env.example .env
- run: npm ci
- run: make lint