Skip to content

Bump @eslint/markdown from 8.0.2 to 8.0.3 in the dev-dependencies group #374

Bump @eslint/markdown from 8.0.2 to 8.0.3 in the dev-dependencies group

Bump @eslint/markdown from 8.0.2 to 8.0.3 in the dev-dependencies group #374

Workflow file for this run

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