Skip to content

chore(deps-dev): bump eslint from 9.17.0 to 9.18.0 #831

chore(deps-dev): bump eslint from 9.17.0 to 9.18.0

chore(deps-dev): bump eslint from 9.17.0 to 9.18.0 #831

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