report test coverage in a PR #101
check.yml
on: pull_request
Mergeability
17s
lint github actions
15s
Matrix: yarn-check
Annotations
12 errors
[actionlint] .github/workflows/check.yml#L53:
.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]
|
[actionlint] .github/workflows/check.yml#L53:
.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]
|
[actionlint] .github/workflows/check.yml#L53:
.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]
|
[actionlint] .github/workflows/check.yml#L54:
.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]
|
[actionlint] .github/workflows/check.yml#L54:
.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]
|
[actionlint] .github/workflows/check.yml#L54:
.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]
|
[actionlint] .github/workflows/check.yml#L56:
.github/workflows/check.yml#L56
if: condition "always() && ${{ matrix.command == 'test:coverage' }}" is always evaluated to true because extra characters are around ${{ }} [if-cond]
|
yarn build:scss
Process completed with exit code 2.
|
yarn format:ci
Process completed with exit code 2.
|
yarn test:coverage
Process completed with exit code 1.
|
yarn build:ts
Process completed with exit code 2.
|
yarn lint:ci
Process completed with exit code 2.
|