[CLEANUP] #3
lint.yml
on: push
yaml-lint
5s
flake8-lint
7s
ruff-lint
11s
pylint-lint
9s
Annotations
12 errors and 14 warnings
yaml-lint:
agents.yaml#L4
4:81 [line-length] line too long (162 > 80 characters)
|
yaml-lint:
agents.yaml#L12
12:1 [trailing-spaces] trailing spaces
|
yaml-lint:
agents.yaml#L19
19:1 [trailing-spaces] trailing spaces
|
yaml-lint:
agents.yaml#L26
26:1 [trailing-spaces] trailing spaces
|
yaml-lint:
agents.yaml#L41
41:81 [line-length] line too long (143 > 80 characters)
|
yaml-lint:
agents.yaml#L49
49:1 [trailing-spaces] trailing spaces
|
yaml-lint:
agents.yaml#L68
68:1 [trailing-spaces] trailing spaces
|
yaml-lint:
agents.yaml#L75
75:1 [trailing-spaces] trailing spaces
|
yaml-lint:
agents.yaml#L83
83:1 [trailing-spaces] trailing spaces
|
yaml-lint:
agents.yaml#L98
98:81 [line-length] line too long (119 > 80 characters)
|
flake8-lint
Process completed with exit code 1.
|
pylint-lint
Process completed with exit code 1.
|
yaml-lint:
agents.yaml#L1
1:1 [document-start] missing document start "---"
|
yaml-lint:
.github/workflows/label.yml#L10
10:1 [truthy] truthy value should be one of [false, true]
|
yaml-lint:
.github/workflows/test.yml#L1
1:1 [document-start] missing document start "---"
|
yaml-lint:
.github/workflows/test.yml#L2
2:1 [truthy] truthy value should be one of [false, true]
|
yaml-lint:
.github/workflows/docs-preview.yml#L1
1:1 [document-start] missing document start "---"
|
yaml-lint:
.github/workflows/docs-preview.yml#L2
2:1 [truthy] truthy value should be one of [false, true]
|
yaml-lint:
.github/workflows/codacy.yml#L3
3:1 [truthy] truthy value should be one of [false, true]
|
yaml-lint:
.github/workflows/codacy.yml#L17
17:22 [comments] too few spaces before comment
|
yaml-lint:
.github/workflows/codacy.yml#L18
18:30 [comments] too few spaces before comment
|
yaml-lint:
.github/workflows/codacy.yml#L19
19:21 [comments] too few spaces before comment
|
yaml-lint
The `python-version` input is not set. The version of Python currently in `PATH` will be used.
|
flake8-lint
The `python-version` input is not set. The version of Python currently in `PATH` will be used.
|
pylint-lint
The `python-version` input is not set. The version of Python currently in `PATH` will be used.
|
ruff-lint
The `python-version` input is not set. The version of Python currently in `PATH` will be used.
|