Skip to content

pages build and deployment #43

pages build and deployment

pages build and deployment #43

GitHub Actions / yamllint failed May 3, 2024 in 1s

reviewdog [yamllint] report

reported by reviewdog 🐶

Findings (2)

_config.yml|3 col 3| [error] syntax error: expected , but found '' (syntax)
.github/workflows/reviewdog-suggester.yml|2 col 1| [warning] truthy value should be one of [false, true] (truthy)

Filtered Findings (4)

.github/FUNDING.yml|3 col 1| [warning] missing document start "---" (document-start)
.github/workflows/reviewdog-suggester.yml|1 col 1| [warning] missing document start "---" (document-start)
.github/workflows/reviewdog-suggester.yml|30 col 81| [error] line too long (95 > 80 characters) (line-length)
.github/workflows/reviewdog-suggester.yml|34 col 81| [error] line too long (148 > 80 characters) (line-length)

Annotations

Check failure on line 3 in _config.yml

See this annotation in the file changed.

@github-actions github-actions / yamllint

[yamllint] _config.yml#L3

[error] syntax error: expected <block end>, but found '<block sequence start>' (syntax)
Raw output
./_config.yml:3:3: [error] syntax error: expected <block end>, but found '<block sequence start>' (syntax)

Check failure on line 2 in .github/workflows/reviewdog-suggester.yml

See this annotation in the file changed.

@github-actions github-actions / yamllint

[yamllint] .github/workflows/reviewdog-suggester.yml#L2

[warning] truthy value should be one of [false, true] (truthy)
Raw output
./.github/workflows/reviewdog-suggester.yml:2:1: [warning] truthy value should be one of [false, true] (truthy)