Skip to content

build(deps): bump actions/setup-python from 6 to 7 #97

build(deps): bump actions/setup-python from 6 to 7

build(deps): bump actions/setup-python from 6 to 7 #97

Workflow file for this run

name: markdown-lint
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
markdown-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
- name: Set up Node.js
uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v6
with:
node-version: "20"
- name: Install markdownlint-cli
run: npm install -g markdownlint-cli
- name: Run markdown lint
run: markdownlint "**/*.md"