Fix/reporting warnings #22
Annotations
12 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
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/
|
Yamllint:
.github/workflows/php-checks.yaml#L3
3:1 [truthy] truthy value should be one of [false, true]
|
Yamllint:
.github/workflows/checks.yaml#L3
3:1 [truthy] truthy value should be one of [false, true]
|
Yamllint:
.github/workflows/checks.yaml#L4
4:6 [comments] missing starting space in comment
|
Yamllint:
.github/workflows/checks.yaml#L6
6:6 [comments] missing starting space in comment
|
Yamllint:
.github/workflows/checks.yaml#L10
10:26 [comments] too few spaces before comment
|
Yamllint:
.github/workflows/checks.yaml#L19
19:17 [comments] too few spaces before comment
|
Yamllint:
.github/workflows/checks.yaml#L29
29:15 [comments] too few spaces before comment
|
Yamllint:
.github/workflows/pr-check.yaml#L3
3:1 [truthy] truthy value should be one of [false, true]
|
Yamllint:
src/Resources/config/services.yml#L4
4:29 [comments] too few spaces before comment
|
Yamllint:
src/Resources/config/services.yml#L6
6:33 [comments-indentation] comment not indented like content
|
Loading