Skip to content
This repository was archived by the owner on Sep 23, 2025. It is now read-only.

Commit e7e5d34

Browse files
committed
kyu8
1 parent 0bdadcd commit e7e5d34

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
name: Markdown Lint
3+
4+
on: # yamllint disable-line rule:truthy
5+
push:
6+
branches:
7+
- 'Documentation'
8+
workflow_call:
9+
10+
permissions:
11+
contents: read
12+
pull-requests: read
13+
14+
jobs:
15+
lint:
16+
runs-on: 'ubuntu-24.04'
17+
steps:
18+
- name: Checkout v4
19+
uses: actions/checkout@v4
20+
- name: markdownlint-cli2-action v16
21+
uses: DavidAnson/markdownlint-cli2-action@v19
22+
with:
23+
config: '.markdownlint-cli2.yaml'
24+
fix: true
25+
globs: '**/*.md'
26+
separator: ','

.github/workflows/lint_test_build_kyu8.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ jobs:
1212
uses: iKostanOrg/codewars/.github/workflows/markdown_lint.yml@kyu8
1313
pytype:
1414
name: PyType
15-
uses: iKostanOrg/codewars/.github/workflows/kyu8/pytype_kyu8.yml@kyu8
15+
uses: iKostanOrg/codewars/.github/workflows/kyu8/markdown_lint.yml@kyu8

0 commit comments

Comments
 (0)