This repository has been archived by the owner on Jul 20, 2024. It is now read-only.
minor fix #6
Annotations
4 warnings
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-python@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
jinja[spacing]:
defaults/main/3_mariadb.yml#L3
Jinja2 spacing could be improved: {{ { 'dbs': { SEM_CONFIG.database.name: {}, }, 'users': { SEM_CONFIG.database.user: { 'priv': SEM_CONFIG.database.name + '.*:ALL', 'pwd': SEM_CONFIG.database.pwd, 'update_pwd': SEM_CONFIG.database.update_password }, }, 'settings': SEM_CONFIG.database.settings, 'socket': '/run/mysqld/mysqld_semaphore.sock' } }} -> {{ {
|
build:
defaults/main/1_main.yml#L89
89:26 [comments] too few spaces before comment
|
build:
.github/workflows/lint.yml#L5
5:1 [truthy] truthy value should be one of [false, no, true, yes]
|