Update autologin #78
Annotations
6 errors and 2 warnings
yaml[document-start]:
defaults/main.yml#L1
Missing document start "---"
|
yaml[new-line-at-end-of-file]:
defaults/main.yml#L1
No new line character at the end of file
|
yaml[line-length]:
tasks/Windows.yml#L9
Line too long (192 > 160 characters)
|
name[template]:
tasks/main.yml#L2
Jinja templates should only be at the end of 'name'
|
name[template]:
tasks/main.yml#L14
Jinja templates should only be at the end of 'name'
|
Linting
Process completed with exit code 2.
|
Linting
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
jinja[spacing]:
vars/macos.yml#L9
Jinja2 spacing could be improved: {{ lookup('env','USER') }} -> {{ lookup('env', 'USER') }}
|