mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-18 13:17:55 +02:00
Merge 6a1e613e85 into merged_master (Bitcoin PR bitcoin/bitcoin#31427)
This commit is contained in:
commit
65349ef840
2 changed files with 3 additions and 2 deletions
|
|
@ -59,7 +59,7 @@ curl -sL "https://github.com/koalaman/shellcheck/releases/download/${SHELLCHECK_
|
|||
tar --xz -xf - --directory /tmp/
|
||||
mv "/tmp/shellcheck-${SHELLCHECK_VERSION}/shellcheck" /usr/bin/
|
||||
|
||||
MLC_VERSION=v0.18.0
|
||||
MLC_VERSION=v0.19.0
|
||||
MLC_BIN=mlc-x86_64-linux
|
||||
curl -sL "https://github.com/becheran/mlc/releases/download/${MLC_VERSION}/${MLC_BIN}" -o "/usr/bin/mlc"
|
||||
chmod +x /usr/bin/mlc
|
||||
|
|
|
|||
|
|
@ -517,6 +517,7 @@ fn lint_markdown() -> LintResult {
|
|||
"--ignore-path",
|
||||
md_ignore_path_str.as_str(),
|
||||
"--gitignore",
|
||||
"--gituntracked",
|
||||
"--root-dir",
|
||||
".",
|
||||
])
|
||||
|
|
@ -530,7 +531,7 @@ fn lint_markdown() -> LintResult {
|
|||
r#"
|
||||
One or more markdown links are broken.
|
||||
|
||||
Relative links are preferred (but not required) as jumping to file works natively within Emacs.
|
||||
Note: relative links are preferred as jump-to-file works natively within Emacs, but they are not required.
|
||||
|
||||
Markdown link errors found:
|
||||
{}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue