Add a workflow to lint github actions #4
Annotations
10 errors
Check workflow files:
.github/workflows/ci.yml#L204
shellcheck reported issue in this script: SC2016:info:1:6: Expressions don't expand in single quotes, use double quotes for that
|
Check workflow files:
.github/workflows/ci.yml#L204
shellcheck reported issue in this script: SC2016:info:4:6: Expressions don't expand in single quotes, use double quotes for that
|
Check workflow files:
.github/workflows/ci.yml#L220
shellcheck reported issue in this script: SC2016:info:1:6: Expressions don't expand in single quotes, use double quotes for that
|
Check workflow files:
.github/workflows/ci.yml#L220
shellcheck reported issue in this script: SC2016:info:2:6: Expressions don't expand in single quotes, use double quotes for that
|
Check workflow files:
.github/workflows/ci.yml#L242
shellcheck reported issue in this script: SC2006:style:2:16: Use $(...) notation instead of legacy backticks `...`
|
Check workflow files:
.github/workflows/ci.yml#L242
shellcheck reported issue in this script: SC2086:info:2:26: Double quote to prevent globbing and word splitting
|
Check workflow files:
.github/workflows/ci.yml#L242
shellcheck reported issue in this script: SC2086:info:3:11: Double quote to prevent globbing and word splitting
|
Check workflow files:
.github/workflows/ci.yml#L242
shellcheck reported issue in this script: SC2046:warning:4:34: Quote this to prevent word splitting
|
Check workflow files:
.github/workflows/ci.yml#L242
shellcheck reported issue in this script: SC2006:style:4:34: Use $(...) notation instead of legacy backticks `...`
|
Check workflow files:
.github/workflows/ci.yml#L242
shellcheck reported issue in this script: SC2086:info:5:93: Double quote to prevent globbing and word splitting
|
Loading