Skip to content

⬆️ Bump actions/setup-python from 5 to 6 #8

⬆️ Bump actions/setup-python from 5 to 6

⬆️ Bump actions/setup-python from 5 to 6 #8

Workflow file for this run

---
name: Markdown Lint
on:
pull_request:
branches: [main]
push:
branches: [main]
jobs:
lint:
name: Lint Markdown Files
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: '20'
- name: Install markdownlint
run: npm ci
- name: Run markdownlint
run: npx markdownlint "**/*.md"