Skip to content

Bump @eslint/markdown from 7.4.1 to 7.5.0 in the dev-dependencies group #412

Bump @eslint/markdown from 7.4.1 to 7.5.0 in the dev-dependencies group

Bump @eslint/markdown from 7.4.1 to 7.5.0 in the dev-dependencies group #412

Workflow file for this run

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