Skip to content

Commit e81a5cb

Browse files
committed
Add markdown lint on CI.
Signed-off-by: ChenYing Kuo <evshary@gmail.com>
1 parent 360d1d9 commit e81a5cb

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/deploy.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,15 @@ on:
66
- source
77

88
jobs:
9+
markdown_lint:
10+
runs-on: ubuntu-latest
11+
steps:
12+
- uses: actions/checkout@v4
13+
- uses: DavidAnson/markdownlint-cli2-action@v18
14+
with:
15+
config: '.markdownlint.yaml'
16+
globs: '**/*.md'
17+
918
build:
1019
runs-on: ubuntu-20.04
1120
steps:

0 commit comments

Comments
 (0)