Skip to content

Commit 9de3493

Browse files
[CI] Update markdownlint-cli version to 0.46.0 (open-telemetry#3769)
1 parent b568e71 commit 9de3493

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1121,7 +1121,7 @@ jobs:
11211121
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
11221122

11231123
- name: install markdownlint-cli
1124-
run: sudo npm install -g markdownlint-cli@0.44.0
1124+
run: sudo npm install -g markdownlint-cli@0.46.0
11251125

11261126
- name: run markdownlint
11271127
run: markdownlint .

.markdownlint.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,9 @@
44
{
55
"code_blocks": false,
66
"tables": false
7+
},
8+
"MD059":
9+
{
10+
"prohibited_texts": []
711
}
812
}

0 commit comments

Comments
 (0)