feat(ci): improved ci capabilities #11
reviewdog.yaml
on: pull_request
runner / typos
7s
runner / shellcheck
5s
runner / shfmt
8s
runner / languagetool
30s
runner / yamllint
11s
runner / actionlint
9s
Annotations
10 errors and 2 warnings
runner / yamllint:
.github/workflows/publish.yaml#L1
[yamllint] reported by reviewdog 🐶
[warning] missing document start "---" (document-start)
Raw Output:
./.github/workflows/publish.yaml:1:1: [warning] missing document start "---" (document-start)
|
runner / yamllint:
.github/workflows/release.yaml#L5
[yamllint] reported by reviewdog 🐶
[warning] missing document start "---" (document-start)
Raw Output:
./.github/workflows/release.yaml:5:1: [warning] missing document start "---" (document-start)
|
runner / yamllint:
.github/workflows/ci.yaml#L1
[yamllint] reported by reviewdog 🐶
[warning] missing document start "---" (document-start)
Raw Output:
./.github/workflows/ci.yaml:1:1: [warning] missing document start "---" (document-start)
|
runner / yamllint:
.github/workflows/ci.yaml#L44
[yamllint] reported by reviewdog 🐶
[error] wrong indentation: expected 10 but found 8 (indentation)
Raw Output:
./.github/workflows/ci.yaml:44:9: [error] wrong indentation: expected 10 but found 8 (indentation)
|
runner / yamllint:
.github/workflows/ci.yaml#L78
[yamllint] reported by reviewdog 🐶
[error] wrong indentation: expected 10 but found 8 (indentation)
Raw Output:
./.github/workflows/ci.yaml:78:9: [error] wrong indentation: expected 10 but found 8 (indentation)
|
runner / yamllint:
.github/workflows/ci.yaml#L126
[yamllint] reported by reviewdog 🐶
[error] line too long (84 > 80 characters) (line-length)
Raw Output:
./.github/workflows/ci.yaml:126:81: [error] line too long (84 > 80 characters) (line-length)
|
runner / yamllint:
.github/workflows/ci.yaml#L172
[yamllint] reported by reviewdog 🐶
[error] line too long (95 > 80 characters) (line-length)
Raw Output:
./.github/workflows/ci.yaml:172:81: [error] line too long (95 > 80 characters) (line-length)
|
runner / yamllint:
.github/workflows/ci.yaml#L177
[yamllint] reported by reviewdog 🐶
[error] wrong indentation: expected 6 but found 4 (indentation)
Raw Output:
./.github/workflows/ci.yaml:177:5: [error] wrong indentation: expected 6 but found 4 (indentation)
|
runner / yamllint:
.github/workflows/audit.yaml#L1
[yamllint] reported by reviewdog 🐶
[warning] missing document start "---" (document-start)
Raw Output:
./.github/workflows/audit.yaml:1:1: [warning] missing document start "---" (document-start)
|
runner / yamllint
reviewdog: Too many results (annotations) in diff.
You may miss some annotations due to GitHub limitation for annotation created by logging command.
Please check GitHub Actions log console to see all results.
Limitation:
- 10 warning annotations and 10 error annotations per step
- 50 annotations per job (sum of annotations from all the steps)
- 50 annotations per run (separate from the job annotations, these annotations aren't created by users)
Source: https://github.community/t5/GitHub-Actions/Maximum-number-of-annotations-that-can-be-created-using-GitHub/m-p/39085
|
runner / shfmt
Unexpected input(s) 'reporter', valid inputs are ['github_token', 'workdir', 'level', 'filter_mode', 'fail_on_error', 'reviewdog_flags', 'shfmt_flags']
|
runner / languagetool
Unexpected input(s) 'fail_on_error', valid inputs are ['entryPoint', 'args', 'github_token', 'level', 'reporter', 'patterns', 'language', 'enabled_rules', 'disabled_rules', 'enabled_categories', 'disabled_categories', 'enabled_only', 'custom_api_endpoint', 'wait_server_startup_duration']
|