Try yaml linting #4
validate_workflows.yml
on: pull_request
Lint & Schema Validate Workflows
18s
Annotations
10 errors
|
Lint & Schema Validate Workflows:
.github/workflows/tests.yml#L534
shellcheck reported issue in this script: SC2116:style:5:8: Useless echo? Instead of 'cmd $(echo foo)', just use 'cmd foo'
|
|
Lint & Schema Validate Workflows:
.github/workflows/tests.yml#L534
shellcheck reported issue in this script: SC2086:info:1:83: Double quote to prevent globbing and word splitting
|
|
Lint & Schema Validate Workflows:
.github/workflows/tests.yml#L534
shellcheck reported issue in this script: SC2086:info:1:6: Double quote to prevent globbing and word splitting
|
|
Lint & Schema Validate Workflows:
.github/workflows/tests.yml#L467
shellcheck reported issue in this script: SC2046:warning:4:4: Quote this to prevent word splitting
|
|
Lint & Schema Validate Workflows:
.github/workflows/tests.yml#L399
shellcheck reported issue in this script: SC2086:info:2:18: Double quote to prevent globbing and word splitting
|
|
Lint & Schema Validate Workflows:
.github/workflows/tests.yml#L399
shellcheck reported issue in this script: SC2116:style:1:4: Useless echo? Instead of 'cmd $(echo foo)', just use 'cmd foo'
|
|
Lint & Schema Validate Workflows:
.github/workflows/tests.yml#L318
shellcheck reported issue in this script: SC2046:warning:5:5: Quote this to prevent word splitting
|
|
Lint & Schema Validate Workflows:
.github/workflows/tests.yml#L318
shellcheck reported issue in this script: SC2046:warning:4:5: Quote this to prevent word splitting
|
|
Lint & Schema Validate Workflows:
.github/workflows/tests.yml#L232
shellcheck reported issue in this script: SC2086:info:2:18: Double quote to prevent globbing and word splitting
|
|
Lint & Schema Validate Workflows:
.github/workflows/tests.yml#L232
shellcheck reported issue in this script: SC2116:style:1:4: Useless echo? Instead of 'cmd $(echo foo)', just use 'cmd foo'
|