Skip to content

chore(deps-dev): bump typescript-eslint from 8.19.0 to 8.19.1 #832

chore(deps-dev): bump typescript-eslint from 8.19.0 to 8.19.1

chore(deps-dev): bump typescript-eslint from 8.19.0 to 8.19.1 #832

Workflow file for this run

name: 🔨CI
on:
push:
branches:
- '**'
pull_request:
branches:
- '**'
workflow_dispatch:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 'latest'
check-latest: true
cache: 'npm'
cache-dependency-path: 'package-lock.json'
- name: Install dependencies
run: |
./setup.sh
npm ci
- name: Lint
run: |
npm run lint
npm run mdlint