Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
.github: Add differential-shellcheck workflow for shell script analysis
Introduce a new GitHub workflow to run shellcheck on changed shell scripts. This workflow automatically detect and highlight potential shell script issues in pull requests. This change is a follow-up to commit 0700b32 which fixed an undefined variable issue in `install.sh`. It intends to leverage static analysis to improve script quality and catch potential errors early. Shellcheck will now: - Analyze all shell scripts modified in pull requests - Provide inline comments with specific issue details - Help prevent similar variable-related mistakes in the future See also https://github.com/redhat-plumbers-in-action/differential-shellcheck Signed-off-by: Kefu Chai <[email protected]>
- Loading branch information