Skip to content

Commit 05a0061

Browse files
committed
Add CI checks for markdown in the libevm directory
1 parent bfd30e9 commit 05a0061

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/lint.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,3 +63,18 @@ jobs:
6363
uses: ludeeus/[email protected]
6464
with:
6565
scandir: './libevm'
66+
67+
markdown:
68+
runs-on: ubuntu-latest
69+
steps:
70+
- name: Lint
71+
uses: DavidAnson/markdownlint-cli2-action@05f32210e84442804257b2a6f20b273450ec8265 # v19.1.0
72+
with:
73+
globs: |
74+
libevm/**.md
75+
config: .markdownlint.json
76+
- name: Link and misspelling check
77+
uses: umbrelladocs/action-linkspector@a0567ce1c7c13de4a2358587492ed43cab5d0102 # v1.3.4
78+
with:
79+
filter_mode: diff_context
80+
fail_level: any

0 commit comments

Comments
 (0)