Skip to content

docs: 📚 add README #6

docs: 📚 add README

docs: 📚 add README #6

Workflow file for this run

name: Markdown CI
on:
push:
branches:
- master
paths:
- ".github/workflows/*"
- ".markdownlint.yaml"
- "**/*.md"
pull_request:
branches:
- master
paths:
- ".github/workflows/*"
- ".markdownlint.yaml"
- "**/*.md"
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: markdownlint-cli
uses: nosborn/[email protected]
with:
files: "*.md"
config_file: .markdownlint.yml
dot: true