parallel #2
lint.yml
on: push
setup
14s
lint-markdown
7s
lint-shell
5s
lint-docker
6s
lint-terraform
4s
lint-ansible
39s
lint-python-pylint
5s
lint-python-mypy
4s
lint-python-flake8
4s
Annotations
25 errors and 2 warnings
yaml[trailing-spaces]:
.github/workflows/tests.yml#L21
Trailing spaces
|
name[casing]:
tests/testsuite/deploy.yml#L2
All names should start with an uppercase letter.
|
yaml[truthy]:
tests/testsuite/deploy.yml#L5
Truthy value should be one of \[false, true]
|
name[missing]:
tests/testsuite/deploy.yml#L7
All tasks should be named.
|
name[casing]:
tests/testsuite/deploy.yml#L9
All names should start with an uppercase letter.
|
yaml[truthy]:
tests/testsuite/deploy.yml#L12
Truthy value should be one of \[false, true]
|
name[missing]:
tests/testsuite/deploy.yml#L14
All tasks should be named.
|
name[casing]:
tests/testsuite/deploy.yml#L16
All names should start with an uppercase letter.
|
yaml[truthy]:
tests/testsuite/deploy.yml#L19
Truthy value should be one of \[false, true]
|
name[missing]:
tests/testsuite/deploy.yml#L21
All tasks should be named.
|
lint-markdown:
tests/TESTING.md#L11
Line length [Expected: 80; Actual: 113]
|
lint-markdown:
tests/TESTING.md#L14
Line length [Expected: 80; Actual: 106]
|
lint-markdown:
tests/TESTING.md#L23
Line length [Expected: 80; Actual: 90]
|
lint-markdown:
tests/TESTING.md#L24
Line length [Expected: 80; Actual: 181]
|
lint-markdown:
tests/TESTING.md#L24
Lists should be surrounded by blank lines [Context: "* [Infrastructure](testsuite/r..."]
|
lint-markdown:
tests/TESTING.md#L25
Line length [Expected: 80; Actual: 196]
|
lint-markdown:
tests/TESTING.md#L26
Line length [Expected: 80; Actual: 171]
|
lint-markdown:
tests/TESTING.md#L32
Line length [Expected: 80; Actual: 222]
|
lint-markdown:
tests/TESTING.md#L38
Line length [Expected: 80; Actual: 213]
|
lint-markdown:
tests/TESTING.md#L44
Fenced code blocks should have a language specified [Context: "```"]
|
lint-python-flake8
Process completed with exit code 1.
|
lint-python-mypy
Process completed with exit code 2.
|
lint-python-pylint
Process completed with exit code 30.
|
lint-shell
Process completed with exit code 1.
|
lint-terraform
Process completed with exit code 127.
|
setup
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-python@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
lint-markdown
Unexpected input(s) 'version', valid inputs are ['entryPoint', 'args', 'config', 'files', 'ignore', 'fix']
|