Skip to content

Commit f5adfba

Browse files
committed
markdown-lint
1 parent ae5536b commit f5adfba

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.github/workflows/markdown-lint.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# SPDX-FileCopyrightText: Copyright (c) 2024-2025 Yegor Bugayenko
2+
# SPDX-License-Identifier: MIT
3+
---
4+
# yamllint disable rule:line-length
5+
name: markdown-lint
6+
'on':
7+
push:
8+
branches:
9+
- master
10+
pull_request:
11+
branches:
12+
- master
13+
jobs:
14+
markdown-lint:
15+
timeout-minutes: 15
16+
runs-on: ubuntu-24.04
17+
steps:
18+
- uses: actions/checkout@v4
19+
- uses: articulate/actions-markdownlint@v1

0 commit comments

Comments
 (0)