Skip to content

Commit 37c5a75

Browse files
committed
add markdownlint-cli job on CI
1 parent 88cbf3f commit 37c5a75

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

.github/workflows/ci.yml

+11-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
workflow_dispatch:
99

1010
jobs:
11-
mix_test:
11+
mix-test:
1212
runs-on: ubuntu-20.04
1313
env:
1414
MIX_ENV: test
@@ -28,3 +28,13 @@ jobs:
2828
# too slow >.<
2929
# - run: mix dialyzer
3030
- run: mix test
31+
32+
markdownlint-cli:
33+
runs-on: ubuntu-latest
34+
steps:
35+
- uses: actions/checkout@v3
36+
- uses: nosborn/[email protected]
37+
with:
38+
files: .
39+
config_file: .markdownlint.yaml
40+
dot: true

0 commit comments

Comments
 (0)