Skip to content

Address linter, revert cancel #9

Address linter, revert cancel

Address linter, revert cancel #9

Workflow file for this run

name: markdown lint
on: [push]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: git clone
uses: actions/checkout@v4
- uses: DavidAnson/markdownlint-cli2-action@v7
with:
globs: "**/*.md"