Skip to content

chore(dc-init): update workflows and actions #1

chore(dc-init): update workflows and actions

chore(dc-init): update workflows and actions #1

Triggered via push March 6, 2026 04:32
Status Success
Total duration 35s
Artifacts
ShellCheck Analysis & Suggestions
16s
ShellCheck Analysis & Suggestions
Create Auto-Fix PR
19s
Create Auto-Fix PR
Linting Summary
3s
Linting Summary
Fit to window
Zoom out
Zoom in

Annotations

10 notices
ShellCheck Analysis & Suggestions: ./scripts/validate_capture.sh#L44
[2126] Consider using 'grep -c' instead of 'grep|wc -l'. - See: https://www.shellcheck.net/wiki/2126
ShellCheck Analysis & Suggestions: ./scripts/validate_capture.sh#L43
[2126] Consider using 'grep -c' instead of 'grep|wc -l'. - See: https://www.shellcheck.net/wiki/2126
ShellCheck Analysis & Suggestions: ./scripts/validate_capture.sh#L42
[2126] Consider using 'grep -c' instead of 'grep|wc -l'. - See: https://www.shellcheck.net/wiki/2126
ShellCheck Analysis & Suggestions: ./scripts/extract_driver_info.sh#L29
[2018] Use '[:lower:]' to support accents and foreign alphabets. - See: https://www.shellcheck.net/wiki/2018
ShellCheck Analysis & Suggestions: ./scripts/extract_driver_info.sh#L29
[2019] Use '[:upper:]' to support accents and foreign alphabets. - See: https://www.shellcheck.net/wiki/2019
ShellCheck Analysis & Suggestions: ./scripts/extract_driver_info.sh#L29
[2086] Double quote to prevent globbing and word splitting. - See: https://www.shellcheck.net/wiki/2086
ShellCheck Analysis & Suggestions: ./scripts/extract_driver_info.sh#L29
[2018] Use '[:lower:]' to support accents and foreign alphabets. - See: https://www.shellcheck.net/wiki/2018
ShellCheck Analysis & Suggestions: ./scripts/extract_driver_info.sh#L29
[2019] Use '[:upper:]' to support accents and foreign alphabets. - See: https://www.shellcheck.net/wiki/2019
ShellCheck Analysis & Suggestions: ./scripts/extract_driver_info.sh#L29
[2086] Double quote to prevent globbing and word splitting. - See: https://www.shellcheck.net/wiki/2086
ShellCheck Analysis & Suggestions: ./scripts/extract_driver_info.sh#L29
[2034] VIDPID_READABLE appears unused. Verify use (or export if used externally). - See: https://www.shellcheck.net/wiki/2034