Skip to content

CI: Add ShellCheck linting & script permission enforcement #95

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 20, 2025

Conversation

smuppand
Copy link
Contributor

This PR introduces two critical CI checks for maintaining shell script quality:

ShellCheck Linting: Ensures POSIX-compliant, clean scripts with exclusions for known safe cases. Runs on PRs, pushes to main, and manual dispatch.

… enforcement

- Support for pull_request, pull_request_target (on main), push (to main), and workflow_dispatch

Signed-off-by: Srikanth Muppandam <smuppand@qti.qualcomm.com>
@smuppand smuppand requested a review from vnarapar June 20, 2025 08:22
Copy link
Contributor

@vnarapar vnarapar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@vnarapar vnarapar merged commit 8e078f4 into qualcomm-linux:main Jun 20, 2025
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants