You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CI: Improve ShellCheck workflow to skip deleted files in PRs
- 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]>
0 commit comments