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 1a473e0 commit a7eebd2Copy full SHA for a7eebd2
.github/workflows/configs/.markdownlint.json
@@ -0,0 +1,3 @@
1
+{
2
+ "MD013": false
3
+}
.github/workflows/lint.yml
@@ -62,7 +62,7 @@ jobs:
62
- name: Run ShellCheck
63
uses: ludeeus/[email protected]
64
with:
65
- scandir: './libevm'
+ scandir: "./libevm"
66
67
markdown:
68
runs-on: ubuntu-latest
@@ -72,7 +72,7 @@ jobs:
72
73
globs: |
74
libevm/**.md
75
- config: .markdownlint.json
+ config: .github/workflows/configs/.markdownlint.json
76
- name: Link and misspelling check
77
uses: umbrelladocs/action-linkspector@a0567ce1c7c13de4a2358587492ed43cab5d0102 # v1.3.4
78
0 commit comments