Files
local-deep-research/.github/scripts
LearningCircuit 556786707c Fix shellcheck warnings in file-whitelist-check.sh
- Quote $GITHUB_BASE_REF to prevent word splitting (SC2086)
- Quote $FILE_SIZE in echo (SC2086)
- Use read -r to prevent backslash mangling (SC2162)
2025-11-27 01:35:27 +01:00
..