Skip to content

Merge remote-tracking branch 'public/master' #3

Merge remote-tracking branch 'public/master'

Merge remote-tracking branch 'public/master' #3

Triggered via push July 15, 2024 12:40
Status Failure
Total duration 26s
Artifacts

ci.yml

on: push
run markdownlint
13s
run markdownlint
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
Table column count: dev-docs/bidders/adagio.md#L71
dev-docs/bidders/adagio.md:71:425 MD056/table-column-count Table column count [Expected: 5; Actual: 4; Too few cells, row will be missing data] https://github.com/DavidAnson/markdownlint/blob/v0.33.0/doc/md056.md
Table column count: dev-docs/bidders/criteo.md#L76
dev-docs/bidders/criteo.md:76:321 MD056/table-column-count Table column count [Expected: 5; Actual: 6; Too many cells, extra data will be missing] https://github.com/DavidAnson/markdownlint/blob/v0.33.0/doc/md056.md
Table pipe style: dev-docs/bidders/medianet.md#L45
dev-docs/bidders/medianet.md:45:1 MD055/table-pipe-style Table pipe style [Expected: leading_and_trailing; Actual: trailing_only; Missing leading pipe] https://github.com/DavidAnson/markdownlint/blob/v0.33.0/doc/md055.md
Multiple consecutive blank lines: dev-docs/bidders/preciso.md#L35
dev-docs/bidders/preciso.md:35 MD012/no-multiple-blanks Multiple consecutive blank lines [Expected: 1; Actual: 2] https://github.com/DavidAnson/markdownlint/blob/v0.33.0/doc/md012.md
Trailing punctuation in heading: dev-docs/bidders/preciso.md#L43
dev-docs/bidders/preciso.md:43:36 MD026/no-trailing-punctuation Trailing punctuation in heading [Punctuation: ':'] https://github.com/DavidAnson/markdownlint/blob/v0.33.0/doc/md026.md
Fenced code blocks should be surrounded by blank lines: dev-docs/bidders/preciso.md#L44
dev-docs/bidders/preciso.md:44 MD031/blanks-around-fences Fenced code blocks should be surrounded by blank lines [Context: "```javascript"] https://github.com/DavidAnson/markdownlint/blob/v0.33.0/doc/md031.md
Fenced code blocks should be surrounded by blank lines: dev-docs/bidders/preciso.md#L51
dev-docs/bidders/preciso.md:51 MD031/blanks-around-fences Fenced code blocks should be surrounded by blank lines [Context: "```"] https://github.com/DavidAnson/markdownlint/blob/v0.33.0/doc/md031.md
Trailing punctuation in heading: dev-docs/bidders/preciso.md#L52
dev-docs/bidders/preciso.md:52:51 MD026/no-trailing-punctuation Trailing punctuation in heading [Punctuation: ':'] https://github.com/DavidAnson/markdownlint/blob/v0.33.0/doc/md026.md
Fenced code blocks should be surrounded by blank lines: dev-docs/bidders/preciso.md#L53
dev-docs/bidders/preciso.md:53 MD031/blanks-around-fences Fenced code blocks should be surrounded by blank lines [Context: "```javascript"] https://github.com/DavidAnson/markdownlint/blob/v0.33.0/doc/md031.md
Files should end with a single newline character: dev-docs/bidders/preciso.md#L63
dev-docs/bidders/preciso.md:63:3 MD047/single-trailing-newline Files should end with a single newline character https://github.com/DavidAnson/markdownlint/blob/v0.33.0/doc/md047.md
run markdownlint
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/