Try yaml linting #5
validate_workflows.yml
on: pull_request
Lint & Schema Validate Workflows
16s
Annotations
4 errors
|
Lint & Schema Validate Workflows
❌ [actionlint] The command ran successfully and some problem was found (found 3 errors, linted 3 files), exit code: 1
|
|
Lint & Schema Validate Workflows:
.github/workflows/validate_workflows.yml#L37
shellcheck reported issue in this script: SC2044:warning:1:13: For loops over find output are fragile. Use find -exec or a while read loop
|
|
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
|