report test coverage in a PR #21
Merged
GitHub Actions / actionlint
failed
Mar 9, 2024 in 1s
reviewdog [actionlint] report
reported by reviewdog 🐶
Findings (1)
.github/workflows/check.yml|57 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 57 in .github/workflows/check.yml
github-actions / actionlint
[actionlint] .github/workflows/check.yml#L57
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:57:13: if: condition "always() && ${{ matrix.command == 'test:coverage' }}" is always evaluated to true because extra characters are around ${{ }} [if-cond]
Loading