Skip to content

Commit

Permalink
Auto merge of #12668 - Alexendoo:remark-version, r=flip1995
Browse files Browse the repository at this point in the history
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
  • Loading branch information
bors committed Apr 11, 2024
2 parents 62fd1d5 + fb2e827 commit dfd41ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/remark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit dfd41ad

Please sign in to comment.