Skip to content

Conversation

smuppand
Copy link
Contributor

  • Updated shellcheck GitHub Actions workflow to exclude deleted .sh files during pull request linting using --diff-filter=d.
  • Ensures ShellCheck runs only on existing, modified shell scripts in PRs.
  • Retains full linting on push and manual workflow_dispatch events.
  • Removed use of 'realpath' to avoid issues with non-existent files.

- Updated shellcheck GitHub Actions workflow to exclude deleted .sh files during pull request linting using --diff-filter=d.
- Ensures ShellCheck runs only on existing, modified shell scripts in PRs.
- Retains full linting on push and manual workflow_dispatch events.
- Removed use of 'realpath' to avoid issues with non-existent files.

Signed-off-by: Srikanth Muppandam <[email protected]>
@smuppand smuppand requested a review from vnarapar July 14, 2025 07:35
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 6363254 into qualcomm-linux:main Jul 14, 2025
6 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