feat(github,dotfiles): add CI to check PR title scope against changed files #313
ci.yml
on: pull_request
ci-req-check
3s
yaml-lint
18s
shell-lint
8s
action-lint
9s
ansible-lint
29s
all-status-check
2s
Annotations
7 warnings
|
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.
|
|
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.
|
|
yaml-lint
Input 'fail_on_error' has been deprecated with message: Deprecated, use `fail_level` instead.
|