Skip to content

Commit a7eebd2

Browse files
committed
Add missing markdownlint config
1 parent 1a473e0 commit a7eebd2

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"MD013": false
3+
}

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
- name: Run ShellCheck
6363
uses: ludeeus/[email protected]
6464
with:
65-
scandir: './libevm'
65+
scandir: "./libevm"
6666

6767
markdown:
6868
runs-on: ubuntu-latest
@@ -72,7 +72,7 @@ jobs:
7272
with:
7373
globs: |
7474
libevm/**.md
75-
config: .markdownlint.json
75+
config: .github/workflows/configs/.markdownlint.json
7676
- name: Link and misspelling check
7777
uses: umbrelladocs/action-linkspector@a0567ce1c7c13de4a2358587492ed43cab5d0102 # v1.3.4
7878
with:

0 commit comments

Comments
 (0)