Skip to content
This repository has been archived by the owner on Jun 15, 2024. It is now read-only.

ci: add python linter #1

ci: add python linter

ci: add python linter #1

Workflow file for this run

name: Markdown CI
on:
push:
branches:
- main
paths:
- ".github/workflows/*"
- ".markdownlint.yaml"
- "**/*.md"
pull_request:
branches:
- main
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/github-action-markdown-cli@v3.3.0
with:
files: "**/*.md"
config_file: .markdownlint.yaml
dot: true