Skip to content

Merge branch 'main' into dependabot/npm_and_yarn/npm_and_yarn-2e94d63b2a #654

Merge branch 'main' into dependabot/npm_and_yarn/npm_and_yarn-2e94d63b2a

Merge branch 'main' into dependabot/npm_and_yarn/npm_and_yarn-2e94d63b2a #654

Triggered via push November 10, 2025 00:36
Status Success
Total duration 17s
Artifacts

ActionLint.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

5 errors
job-1
Process completed with exit code 1.
job-1: .github/workflows/summary.yml#L39
shellcheck reported issue in this script: SC2086:info:1:18: Double quote to prevent globbing and word splitting
job-1: .github/workflows/sitemap.yml#L61
shellcheck reported issue in this script: SC2086:info:5:24: Double quote to prevent globbing and word splitting
job-1: .github/workflows/sitemap.yml#L61
shellcheck reported issue in this script: SC2086:info:3:34: Double quote to prevent globbing and word splitting
job-1: .github/workflows/devskim.yml#L50
shellcheck reported issue in this script: SC2044:warning:4:10: For loops over find output are fragile. Use find -exec or a while read loop