Skip to content

feat: check-if-verified action #10

feat: check-if-verified action

feat: check-if-verified action #10

GitHub Actions / actionlint failed Jan 23, 2025 in 1s

reviewdog [actionlint] report

reported by reviewdog 🐶

Findings (2)

.github/workflows/test-check-if-verified.yml|51 col 5| unexpected key "id" for "job" section. expected one of "concurrency", "container", "continue-on-error", "defaults", "env", "environment", "if", "name", "needs", "outputs", "permissions", "runs-on", "secrets", "services", "steps", "strategy", "timeout-minutes", "uses", "with" [syntax-check]
.github/workflows/test-check-if-verified.yml|60 col 37| property "check-tag" is not defined in object type {} [expression]

Filtered Findings (2)

.github/workflows/run-e2e-tests.yml|297 col 9| shellcheck reported issue in this script: SC2193:warning:7:104: The arguments to this comparison can never be equal. Make sure your syntax is correct [shellcheck]
.github/workflows/run-e2e-tests.yml|297 col 9| shellcheck reported issue in this script: SC2193:warning:15:51: The arguments to this comparison can never be equal. Make sure your syntax is correct [shellcheck]

Annotations

Check failure on line 51 in .github/workflows/test-check-if-verified.yml

See this annotation in the file changed.

@github-actions github-actions / actionlint

[actionlint] .github/workflows/test-check-if-verified.yml#L51

unexpected key "id" for "job" section. expected one of "concurrency", "container", "continue-on-error", "defaults", "env", "environment", "if", "name", "needs", "outputs", "permissions", "runs-on", "secrets", "services", "steps", "strategy", "timeout-minutes", "uses", "with" [syntax-check]
Raw output
.github/workflows/test-check-if-verified.yml:51:5: unexpected key "id" for "job" section. expected one of "concurrency", "container", "continue-on-error", "defaults", "env", "environment", "if", "name", "needs", "outputs", "permissions", "runs-on", "secrets", "services", "steps", "strategy", "timeout-minutes", "uses", "with" [syntax-check]

Check failure on line 60 in .github/workflows/test-check-if-verified.yml

See this annotation in the file changed.

@github-actions github-actions / actionlint

[actionlint] .github/workflows/test-check-if-verified.yml#L60

property "check-tag" is not defined in object type {} [expression]
Raw output
.github/workflows/test-check-if-verified.yml:60:37: property "check-tag" is not defined in object type {} [expression]