Skip to content

Bump @eslint/markdown from 7.5.1 to 8.0.0 in the dev-dependencies group #324

Bump @eslint/markdown from 7.5.1 to 8.0.0 in the dev-dependencies group

Bump @eslint/markdown from 7.5.1 to 8.0.0 in the dev-dependencies group #324

Workflow file for this run

name: Lint pushes/PRs
on: [push, pull_request]
jobs:
eslint:
name: ESLint
runs-on: ubuntu-24.04
permissions:
contents: read
steps:
- name: Checkout repository code
uses: actions/checkout@v6.0.2
- name: Set up Node.js
uses: actions/setup-node@v6.3.0
with:
node-version: 'lts/*'
- name: Install dependencies
run: npm ci
- name: Run ESLint
run: npm run lint