We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfd30e9 commit 05a0061Copy full SHA for 05a0061
.github/workflows/lint.yml
@@ -63,3 +63,18 @@ jobs:
63
uses: ludeeus/[email protected]
64
with:
65
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
79
+ filter_mode: diff_context
80
+ fail_level: any
0 commit comments