about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2024-04-11 14:20:42 +0000
committerbors <bors@rust-lang.org>2024-04-11 14:20:42 +0000
commitdfd41ad426924c6d0940b7d0b618ab51ff4826ad (patch)
treee130a498bc6e7aef8a8e01f544059b8843f52394
parent62fd1d5377c0bb917761b9fff4a2851d8921d932 (diff)
parentfb2e827c648a78d9e614dc47bc2c4a7c7a9e40b6 (diff)
downloadrust-dfd41ad426924c6d0940b7d0b618ab51ff4826ad.tar.gz
rust-dfd41ad426924c6d0940b7d0b618ab51ff4826ad.zip
Auto merge of #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](https://github.com/remarkjs/remark-lint/issues/318) that aren't clear how to resolve

Currently blocking CI

changelog:  none
-rw-r--r--.github/workflows/remark.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/remark.yml b/.github/workflows/remark.yml
index 05e1b3b9202..348d52020fd 100644
--- a/.github/workflows/remark.yml
+++ b/.github/workflows/remark.yml
@@ -24,7 +24,7 @@ jobs:
         node-version: '18.x'
 
     - name: Install remark
-      run: npm install remark-cli remark-lint remark-lint-maximum-line-length remark-preset-lint-recommended remark-gfm
+      run: npm install remark-cli remark-lint remark-lint-maximum-line-length@^3.1.3 remark-preset-lint-recommended remark-gfm
 
     - name: Install mdbook
       run: |