chore(deps): update official actions to v6 (major) #359
ci.yml
on: pull_request
ci-req-check
3s
yaml-lint
17s
shell-lint
7s
action-lint
6s
ansible-lint
35s
all-status-check
0s
Annotations
10 errors and 7 warnings
|
var-naming[no-role-prefix]:
roles/config/tasks/iterm2.yml#L15
Variables names from within roles should use config_ as a prefix. (register: iterm2_load_prefs_from_custom_folder)
|
|
var-naming[no-role-prefix]:
roles/config/tasks/iterm2.yml#L1
Variables names from within roles should use config_ as a prefix. (register: iterm2_prefs_custom_folder)
|
|
var-naming[no-role-prefix]:
roles/config/tasks/all.yml#L118
Variables names from within roles should use config_ as a prefix. (register: check_home_files)
|
|
var-naming[no-role-prefix]:
roles/config/tasks/all.yml#L114
Variables names from within roles should use config_ as a prefix. (set_fact: home_file_targets)
|
|
var-naming[no-role-prefix]:
roles/config/tasks/all.yml#L110
Variables names from within roles should use config_ as a prefix. (set_fact: home_files)
|
|
var-naming[no-role-prefix]:
roles/config/tasks/all.yml#L77
Variables names from within roles should use config_ as a prefix. (register: check_direct_home_files)
|
|
var-naming[no-role-prefix]:
roles/config/tasks/all.yml#L73
Variables names from within roles should use config_ as a prefix. (set_fact: direct_home_files)
|
|
var-naming[no-role-prefix]:
roles/config/tasks/all.yml#L33
Variables names from within roles should use config_ as a prefix. (register: check_config_items)
|
|
var-naming[no-role-prefix]:
roles/config/tasks/all.yml#L1
Variables names from within roles should use config_ as a prefix. (set_fact: replace_list)
|
|
var-naming[no-role-prefix]:
roles/config/tasks/all.yml#L1
Variables names from within roles should use config_ as a prefix. (set_fact: dir_symlinks)
|
|
action-lint:
.github/workflows/check_pr_scope.yml#L64
[actionlint] reported by reviewdog 🐶
shellcheck reported issue in this script: SC2086:info:5:6: Double quote to prevent globbing and word splitting [shellcheck]
Raw Output:
i:.github/workflows/check_pr_scope.yml:64:9: shellcheck reported issue in this script: SC2086:info:5:6: Double quote to prevent globbing and word splitting [shellcheck]
|
|
action-lint:
.github/workflows/check_pr_scope.yml#L64
[actionlint] reported by reviewdog 🐶
shellcheck reported issue in this script: SC2028:info:3:8: echo may not expand escape sequences. Use printf [shellcheck]
Raw Output:
i:.github/workflows/check_pr_scope.yml:64:9: shellcheck reported issue in this script: SC2028:info:3:8: echo may not expand escape sequences. Use printf [shellcheck]
|
|
action-lint:
.github/workflows/check_pr_scope.yml#L22
[actionlint] reported by reviewdog 🐶
shellcheck reported issue in this script: SC2086:info:3:24: Double quote to prevent globbing and word splitting [shellcheck]
Raw Output:
i:.github/workflows/check_pr_scope.yml:22:9: shellcheck reported issue in this script: SC2086:info:3:24: Double quote to prevent globbing and word splitting [shellcheck]
|
|
action-lint
Input 'fail_on_error' has been deprecated with message: Deprecated, use `fail_level` instead.
|
|
shell-lint
Input 'fail_on_error' has been deprecated with message: Deprecated, use `fail_level` instead.
|
|
shell-lint
Input 'fail_on_error' has been deprecated with message: Deprecated, use `fail_level` instead.
|
|
yaml-lint
Input 'fail_on_error' has been deprecated with message: Deprecated, use `fail_level` instead.
|