Skip to content

Added yet another cheatsheet #379

Added yet another cheatsheet

Added yet another cheatsheet #379

Workflow file for this run

name: Markdownlint Action
on: push
jobs:
build:
name: Markdownlint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: nosborn/github-action-markdown-cli@v3.3.0
name: Markdownlint
with:
files: .
config_file: ".markdownlint.json"