Skip to content

Try fixing Markdown CI #3

Try fixing Markdown CI

Try fixing Markdown CI #3

Workflow file for this run

---
name: Markdown Checks and Tests
on:
push:
paths:
- '*.MD'
- '*.md'
- '.github/workflows/markdown-ci.yml'
workflow_dispatch: # enables "click to run" button
jobs:
ci:
name: Run markdownlint-cli
runs-on: 'ubuntu-20.04'
steps:
- name: Run markdownlint
uses: articulate/actions-markdownlint@v1
with:
files: \*.md \*.MD
ignore: _build deps .git .github
# version: 0.28.1