adding yamllint #32
Static Analysis.yml
on: push
Shell Check
4s
Markdown Lint Check
6s
YAML Lint Check
9s
Python Lint Check
5s
Annotations
11 errors and 10 warnings
Python Lint Check
Process completed with exit code 1.
|
YAML Lint Check:
PiHome/IOT/docker-compose.yml#L4
4:1 [trailing-spaces] trailing spaces
|
YAML Lint Check:
PiHome/IOT/docker-compose.yml#L60
60:3 [new-line-at-end-of-file] no new line character at the end of file
|
YAML Lint Check:
PiHome/IOT/docker-compose.yml#L60
60:1 [trailing-spaces] trailing spaces
|
YAML Lint Check:
PiHome/Security/docker-compose.yml#L5
5:10 [indentation] wrong indentation: expected 14 but found 9
|
YAML Lint Check:
PiHome/Security/docker-compose.yml#L8
8:12 [indentation] wrong indentation: expected 16 but found 11
|
YAML Lint Check:
PiHome/Security/docker-compose.yml#L10
10:12 [indentation] wrong indentation: expected 16 but found 11
|
YAML Lint Check:
PiHome/Security/docker-compose.yml#L17
17:12 [indentation] wrong indentation: expected 16 but found 11
|
YAML Lint Check:
utils/docker-compose.yml#L4
4:1 [trailing-spaces] trailing spaces
|
YAML Lint Check:
utils/docker-compose.yml#L9
9:6 [indentation] wrong indentation: expected 6 but found 5
|
YAML Lint Check:
utils/docker-compose.yml#L41
41:18 [new-line-at-end-of-file] no new line character at the end of file
|
Shell Check
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/
|
Markdown Lint Check
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/
|
YAML Lint Check
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/
|
YAML Lint Check:
PiHome/IOT/docker-compose.yml#L1
1:1 [document-start] missing document start "---"
|
YAML Lint Check:
PiHome/IOT/docker-compose.yml#L12
12:1 [comments-indentation] comment not indented like content
|
YAML Lint Check:
PiHome/IOT/docker-compose.yml#L34
34:22 [comments] too few spaces before comment
|
YAML Lint Check:
PiHome/Security/docker-compose.yml#L1
1:1 [document-start] missing document start "---"
|
YAML Lint Check:
utils/docker-compose.yml#L1
1:1 [document-start] missing document start "---"
|
YAML Lint Check:
utils/docker-compose.yml#L29
29:3 [comments-indentation] comment not indented like content
|
YAML Lint Check:
.github/workflows/Static Analysis.yml#L5
5:5 [truthy] truthy value should be one of [false, true]
|