Skip to content

Pull request - 361 #545

Pull request - 361

Pull request - 361 #545

Triggered via pull request February 11, 2024 14:13
Status Failure
Total duration 25s
Artifacts

linting.yml

on: pull_request
Lint - Shell
4s
Lint - Shell
Lint - Docker
5s
Lint - Docker
Lint - Markdown
3s
Lint - Markdown
Lint - Yamllint
5s
Lint - Yamllint
Docker - Build
17s
Docker - Build
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Line length: docusaurus/docs/intro.md#L43
docusaurus/docs/intro.md:43:121 MD013/line-length Line length [Expected: 120; Actual: 161] https://github.com/DavidAnson/markdownlint/blob/v0.33.0/doc/md013.md
Line length: docusaurus/docs/intro.md#L45
docusaurus/docs/intro.md:45:121 MD013/line-length Line length [Expected: 120; Actual: 148] https://github.com/DavidAnson/markdownlint/blob/v0.33.0/doc/md013.md
Bare URL used: docusaurus/docs/intro.md#L45
docusaurus/docs/intro.md:45:126 MD034/no-bare-urls Bare URL used [Context: "http://localhost:3000/"] https://github.com/DavidAnson/markdownlint/blob/v0.33.0/doc/md034.md
Trailing punctuation in heading: docusaurus/docs/tutorial-basics/congratulations.md#L5
docusaurus/docs/tutorial-basics/congratulations.md:5:18 MD026/no-trailing-punctuation Trailing punctuation in heading [Punctuation: '!'] https://github.com/DavidAnson/markdownlint/blob/v0.33.0/doc/md026.md
Multiple headings with the same content: docusaurus/docs/tutorial-basics/deploy-your-site.md#L21
docusaurus/docs/tutorial-basics/deploy-your-site.md:21 MD024/no-duplicate-heading Multiple headings with the same content [Context: "## Deploy your site"] https://github.com/DavidAnson/markdownlint/blob/v0.33.0/doc/md024.md
Line length: docusaurus/docs/tutorial-basics/deploy-your-site.md#L31
docusaurus/docs/tutorial-basics/deploy-your-site.md:31:121 MD013/line-length Line length [Expected: 120; Actual: 171] https://github.com/DavidAnson/markdownlint/blob/v0.33.0/doc/md013.md
Line length: docusaurus/docs/tutorial-extras/translate-your-site.md#L42
docusaurus/docs/tutorial-extras/translate-your-site.md:42:121 MD013/line-length Line length [Expected: 120; Actual: 137] https://github.com/DavidAnson/markdownlint/blob/v0.33.0/doc/md013.md
Heading levels should only increment by one level at a time: docusaurus/README.md#L5
docusaurus/README.md:5 MD001/heading-increment Heading levels should only increment by one level at a time [Expected: h2; Actual: h3] https://github.com/DavidAnson/markdownlint/blob/v0.33.0/doc/md001.md
Fenced code blocks should have a language specified: docusaurus/README.md#L7
docusaurus/README.md:7 MD040/fenced-code-language Fenced code blocks should have a language specified [Context: "```"] https://github.com/DavidAnson/markdownlint/blob/v0.33.0/doc/md040.md
Dollar signs used before commands without showing output: docusaurus/README.md#L8
docusaurus/README.md:8:1 MD014/commands-show-output Dollar signs used before commands without showing output [Context: "$ yarn"] https://github.com/DavidAnson/markdownlint/blob/v0.33.0/doc/md014.md