We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3792a73 commit eb108edCopy full SHA for eb108ed
1 file changed
.github/workflows/markdown-lint.yml
@@ -0,0 +1,19 @@
1
+# SPDX-FileCopyrightText: Copyright (c) 2013-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
12
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