Skip to content

Commit dfd41ad

Browse files
committed
Auto merge of rust-lang#12668 - Alexendoo:remark-version, r=flip1995
Pin `remark-lint-maximum-line-length` version Pins the remark versions to the ones from before the most recent set of updates which errors on [some line lengths](remarkjs/remark-lint#318) that aren't clear how to resolve Currently blocking CI changelog: none
2 parents 62fd1d5 + fb2e827 commit dfd41ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/remark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
node-version: '18.x'
2525

2626
- name: Install remark
27-
run: npm install remark-cli remark-lint remark-lint-maximum-line-length remark-preset-lint-recommended remark-gfm
27+
run: npm install remark-cli remark-lint remark-lint-maximum-line-length@^3.1.3 remark-preset-lint-recommended remark-gfm
2828

2929
- name: Install mdbook
3030
run: |

0 commit comments

Comments
 (0)