Skip to content

IMPROVEMENT: Make the README language simpler and more direct #31

IMPROVEMENT: Make the README language simpler and more direct

IMPROVEMENT: Make the README language simpler and more direct #31

Workflow file for this run

name: Markdown
on:
push:
paths:
- '**/*.md' # Watch for changes in any markdown files
workflow_dispatch:
release:
types: [published]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: lint markdown
uses: DavidAnson/markdownlint-cli2-action@v18
with:
globs: '**/*.md'