Noodling around with a borg/borgmatic role #9
ci.yml
on: push
Run linters and other pre-commit hooks
1m 3s
Annotations
10 errors and 1 warning
var-naming[no-role-prefix]:
ansible/roles/borg/defaults/main.yml#L20
Variables names from within roles should use borg_ as a prefix. (vars: borgmatic_timer_cron_name)
|
var-naming[no-role-prefix]:
ansible/roles/borg/defaults/main.yml#L21
Variables names from within roles should use borg_ as a prefix. (vars: borgmatic_timer)
|
var-naming[no-role-prefix]:
ansible/roles/borg/defaults/main.yml#L22
Variables names from within roles should use borg_ as a prefix. (vars: borgmatic_timer_hour)
|
var-naming[no-role-prefix]:
ansible/roles/borg/defaults/main.yml#L23
Variables names from within roles should use borg_ as a prefix. (vars: borgmatic_timer_minute)
|
var-naming[no-role-prefix]:
ansible/roles/borg/defaults/main.yml#L27
Variables names from within roles should use borg_ as a prefix. (vars: borgmatic_hooks)
|
var-naming[no-role-prefix]:
ansible/roles/borg/defaults/main.yml#L34
Variables names from within roles should use borg_ as a prefix. (vars: borgmatic_checks)
|
var-naming[no-role-prefix]:
ansible/roles/borg/defaults/main.yml#L39
Variables names from within roles should use borg_ as a prefix. (vars: borgmatic_check_last)
|
var-naming[no-role-prefix]:
ansible/roles/borg/defaults/main.yml#L40
Variables names from within roles should use borg_ as a prefix. (vars: borgmatic_store_atime)
|
var-naming[no-role-prefix]:
ansible/roles/borg/defaults/main.yml#L41
Variables names from within roles should use borg_ as a prefix. (vars: borgmatic_store_ctime)
|
var-naming[no-role-prefix]:
ansible/roles/borg/defaults/main.yml#L42
Variables names from within roles should use borg_ as a prefix. (vars: borgmatic_relocated_repo_access_is_ok)
|
Run linters and other pre-commit hooks
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, 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/
|