Skip to content

Try yaml linting

Try yaml linting #5

Triggered via pull request May 18, 2025 16:17
Status Failure
Total duration 20s
Artifacts

validate_workflows.yml

on: pull_request
Lint & Schema Validate Workflows
16s
Lint & Schema Validate Workflows
Fit to window
Zoom out
Zoom in

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