Skip to content

Bump actions/setup-python from 4 to 5 #156

Bump actions/setup-python from 4 to 5

Bump actions/setup-python from 4 to 5 #156

Workflow file for this run

name: Lint docs
on:
push:
branches: [master, develop]
pull_request:
branches: [master, develop]
jobs:
check_md:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v4
- name: Lint markdown files (markdownlint)
uses: articulate/actions-markdownlint@v1
with:
config: .markdownlint.json
files: "."
ignore: changelog-entries