Add python, markdown and github action linter #2
Triggered via pull request
September 13, 2024 09:48
Status
Failure
Total duration
5m 40s
Artifacts
–
checks.yml
on: pull_request
markdown-lint
2s
Matrix: py-lint
Annotations
10 errors and 3 warnings
Reference links and images should use a label that is defined:
CODE_OF_CONDUCT.md#L118
CODE_OF_CONDUCT.md:118:42 MD052/reference-links-images Reference links and images should use a label that is defined [Missing link or image reference definition: "homepage"] [Context: "[Contributor Covenant][homepage]"] https://github.com/DavidAnson/markdownlint/blob/v0.34.0/doc/md052.md
|
Line length:
CODE_OF_CONDUCT.md#L128
CODE_OF_CONDUCT.md:128:81 MD013/line-length Line length [Expected: 80; Actual: 115] https://github.com/DavidAnson/markdownlint/blob/v0.34.0/doc/md013.md
|
Files should end with a single newline character:
CODE_OF_CONDUCT.md#L129
CODE_OF_CONDUCT.md:129:103 MD047/single-trailing-newline Files should end with a single newline character https://github.com/DavidAnson/markdownlint/blob/v0.34.0/doc/md047.md
|
Headings should be surrounded by blank lines:
CONTRIBUTING.md#L1
CONTRIBUTING.md:1 MD022/blanks-around-headings Headings should be surrounded by blank lines [Expected: 1; Actual: 0; Below] [Context: "## Contributing In General"] https://github.com/DavidAnson/markdownlint/blob/v0.34.0/doc/md022.md
|
First line in a file should be a top-level heading:
CONTRIBUTING.md#L1
CONTRIBUTING.md:1 MD041/first-line-heading/first-line-h1 First line in a file should be a top-level heading [Context: "## Contributing In General"] https://github.com/DavidAnson/markdownlint/blob/v0.34.0/doc/md041.md
|
Line length:
CONTRIBUTING.md#L9
CONTRIBUTING.md:9:81 MD013/line-length Line length [Expected: 80; Actual: 105] https://github.com/DavidAnson/markdownlint/blob/v0.34.0/doc/md013.md
|
Line length:
CONTRIBUTING.md#L26
CONTRIBUTING.md:26:81 MD013/line-length Line length [Expected: 80; Actual: 119] https://github.com/DavidAnson/markdownlint/blob/v0.34.0/doc/md013.md
|
Multiple consecutive blank lines:
CONTRIBUTING.md#L37
CONTRIBUTING.md:37 MD012/no-multiple-blanks Multiple consecutive blank lines [Expected: 1; Actual: 2] https://github.com/DavidAnson/markdownlint/blob/v0.34.0/doc/md012.md
|
Fenced code blocks should have a language specified:
CONTRIBUTING.md#L44
CONTRIBUTING.md:44 MD040/fenced-code-language Fenced code blocks should have a language specified [Context: "```"] https://github.com/DavidAnson/markdownlint/blob/v0.34.0/doc/md040.md
|
Line length:
CONTRIBUTING.md#L54
CONTRIBUTING.md:54:81 MD013/line-length Line length [Expected: 80; Actual: 228] https://github.com/DavidAnson/markdownlint/blob/v0.34.0/doc/md013.md
|
py-lint (3.11)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
py-lint (3.12)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
py-lint (3.10)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|