Skip to content

report test coverage in a PR #101

report test coverage in a PR

report test coverage in a PR #101

GitHub Actions / actionlint failed Mar 9, 2024 in 0s

reviewdog [actionlint] report

reported by reviewdog 🐶

Findings (7)

.github/workflows/check.yml|53 col 9| shellcheck reported issue in this script: SC1009:info:1:1: The mentioned syntax error was in this simple command [shellcheck]
.github/workflows/check.yml|53 col 9| shellcheck reported issue in this script: SC1073:error:1:8: Couldn't parse this single quoted string. Fix to allow more checks [shellcheck]
.github/workflows/check.yml|53 col 9| shellcheck reported issue in this script: SC1072:error:2:1: Expected end of single quoted string. Fix any mentioned problems and try again [shellcheck]
.github/workflows/check.yml|54 col 9| shellcheck reported issue in this script: SC1009:info:1:1: The mentioned syntax error was in this simple command [shellcheck]
.github/workflows/check.yml|54 col 9| shellcheck reported issue in this script: SC1073:error:1:8: Couldn't parse this single quoted string. Fix to allow more checks [shellcheck]
.github/workflows/check.yml|54 col 9| shellcheck reported issue in this script: SC1072:error:2:1: Expected end of single quoted string. Fix any mentioned problems and try again [shellcheck]
.github/workflows/check.yml|56 col 13| if: condition "always() && ${{ matrix.command == 'test:coverage' }}" is always evaluated to true because extra characters are around ${{ }} [if-cond]

Filtered Findings (0)

Annotations

Check failure on line 53 in .github/workflows/check.yml

See this annotation in the file changed.

@github-actions github-actions / actionlint

[actionlint] .github/workflows/check.yml#L53

shellcheck reported issue in this script: SC1009:info:1:1: The mentioned syntax error was in this simple command [shellcheck]
Raw output
.github/workflows/check.yml:53:9: shellcheck reported issue in this script: SC1009:info:1:1: The mentioned syntax error was in this simple command [shellcheck]

Check failure on line 53 in .github/workflows/check.yml

See this annotation in the file changed.

@github-actions github-actions / actionlint

[actionlint] .github/workflows/check.yml#L53

shellcheck reported issue in this script: SC1073:error:1:8: Couldn't parse this single quoted string. Fix to allow more checks [shellcheck]
Raw output
.github/workflows/check.yml:53:9: shellcheck reported issue in this script: SC1073:error:1:8: Couldn't parse this single quoted string. Fix to allow more checks [shellcheck]

Check failure on line 53 in .github/workflows/check.yml

See this annotation in the file changed.

@github-actions github-actions / actionlint

[actionlint] .github/workflows/check.yml#L53

shellcheck reported issue in this script: SC1072:error:2:1: Expected end of single quoted string. Fix any mentioned problems and try again [shellcheck]
Raw output
.github/workflows/check.yml:53:9: shellcheck reported issue in this script: SC1072:error:2:1: Expected end of single quoted string. Fix any mentioned problems and try again [shellcheck]

Check failure on line 54 in .github/workflows/check.yml

See this annotation in the file changed.

@github-actions github-actions / actionlint

[actionlint] .github/workflows/check.yml#L54

shellcheck reported issue in this script: SC1009:info:1:1: The mentioned syntax error was in this simple command [shellcheck]
Raw output
.github/workflows/check.yml:54:9: shellcheck reported issue in this script: SC1009:info:1:1: The mentioned syntax error was in this simple command [shellcheck]

Check failure on line 54 in .github/workflows/check.yml

See this annotation in the file changed.

@github-actions github-actions / actionlint

[actionlint] .github/workflows/check.yml#L54

shellcheck reported issue in this script: SC1073:error:1:8: Couldn't parse this single quoted string. Fix to allow more checks [shellcheck]
Raw output
.github/workflows/check.yml:54:9: shellcheck reported issue in this script: SC1073:error:1:8: Couldn't parse this single quoted string. Fix to allow more checks [shellcheck]

Check failure on line 54 in .github/workflows/check.yml

See this annotation in the file changed.

@github-actions github-actions / actionlint

[actionlint] .github/workflows/check.yml#L54

shellcheck reported issue in this script: SC1072:error:2:1: Expected end of single quoted string. Fix any mentioned problems and try again [shellcheck]
Raw output
.github/workflows/check.yml:54:9: shellcheck reported issue in this script: SC1072:error:2:1: Expected end of single quoted string. Fix any mentioned problems and try again [shellcheck]

Check failure on line 56 in .github/workflows/check.yml

See this annotation in the file changed.

@github-actions github-actions / actionlint

[actionlint] .github/workflows/check.yml#L56

if: condition "always() && ${{ matrix.command == 'test:coverage' }}" is always evaluated to true because extra characters are around ${{ }} [if-cond]
Raw output
.github/workflows/check.yml:56:13: if: condition "always() && ${{ matrix.command == 'test:coverage' }}" is always evaluated to true because extra characters are around ${{ }} [if-cond]