Skip to content

#11 Renamed gateway to botalka #20

#11 Renamed gateway to botalka

#11 Renamed gateway to botalka #20

Workflow file for this run

---
name: Markdown Check
on:
pull_request:
paths:
- ".github/workflows/*"
- "config/.markdownlint.yaml"
- "**/*.md"
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Run Markdownlint
uses: nosborn/[email protected]
with:
config_file: config/.markdownlint.yaml
files: "**/*.md"
dot: true