Add Automated Markdownlint #36
linting.yml
on: pull_request
shellcheck
6s
dockerlint
6s
markdownlint
5s
test-build
16s
Annotations
11 errors and 10 warnings
Trailing punctuation in heading:
.github/ISSUE_TEMPLATE/bug_report.md#L31
.github/ISSUE_TEMPLATE/bug_report.md:31:55 MD026/no-trailing-punctuation Trailing punctuation in heading [Punctuation: ':'] https://github.com/DavidAnson/markdownlint/blob/v0.33.0/doc/md026.md
|
Line length:
.github/ISSUE_TEMPLATE/feature_request.md#L11
.github/ISSUE_TEMPLATE/feature_request.md:11:81 MD013/line-length Line length [Expected: 80; Actual: 92] https://github.com/DavidAnson/markdownlint/blob/v0.33.0/doc/md013.md
|
First line in a file should be a top-level heading:
.github/pull_request_template.md#L1
.github/pull_request_template.md:1 MD041/first-line-heading/first-line-h1 First line in a file should be a top-level heading [Context: "## Context"] https://github.com/DavidAnson/markdownlint/blob/v0.33.0/doc/md041.md
|
Line length:
README.md#L11
README.md:11:81 MD013/line-length Line length [Expected: 80; Actual: 126] https://github.com/DavidAnson/markdownlint/blob/v0.33.0/doc/md013.md
|
Line length:
README.md#L13
README.md:13:81 MD013/line-length Line length [Expected: 80; Actual: 155] https://github.com/DavidAnson/markdownlint/blob/v0.33.0/doc/md013.md
|
Line length:
README.md#L15
README.md:15:81 MD013/line-length Line length [Expected: 80; Actual: 97] https://github.com/DavidAnson/markdownlint/blob/v0.33.0/doc/md013.md
|
Line length:
README.md#L18
README.md:18:81 MD013/line-length Line length [Expected: 80; Actual: 96] https://github.com/DavidAnson/markdownlint/blob/v0.33.0/doc/md013.md
|
Line length:
README.md#L20
README.md:20:81 MD013/line-length Line length [Expected: 80; Actual: 100] https://github.com/DavidAnson/markdownlint/blob/v0.33.0/doc/md013.md
|
Line length:
README.md#L28
README.md:28:81 MD013/line-length Line length [Expected: 80; Actual: 123] https://github.com/DavidAnson/markdownlint/blob/v0.33.0/doc/md013.md
|
Line length:
README.md#L48
README.md:48:81 MD013/line-length Line length [Expected: 80; Actual: 132] https://github.com/DavidAnson/markdownlint/blob/v0.33.0/doc/md013.md
|
dockerlint:
Dockerfile#L11
DL4006 warning: Set the SHELL option -o pipefail before RUN with a pipe in it. If you are using /bin/sh in an alpine image or if your shell is symlinked to busybox then consider explicitly setting your SHELL to /bin/ash, or disable this check
|
shellcheck
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
markdownlint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
dockerlint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
dockerlint
Unexpected input(s) 'lint', valid inputs are ['entryPoint', 'args', 'dockerfile', 'config', 'recursive', 'output-file', 'no-color', 'no-fail', 'verbose', 'format', 'failure-threshold', 'override-error', 'override-warning', 'override-info', 'override-style', 'ignore', 'trusted-registries']
|
test-build
The following actions uses node12 which is deprecated and will be forced to run on node16: docker/build-push-action@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
test-build
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
test-build
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
test-build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
test-build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
test-build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|