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: fix ShellCheck workflow to run correctly on PRs and main
- Updated to properly differentiate between PRs and direct pushes to
- On pull_request: only runs ShellCheck on changed files to avoid false positives from main
- On push to main and manual dispatch: runs ShellCheck on all files in the repository
- Ensures accurate and relevant linting results on both CI and developer PRs
- Fixes issue where shellcheck errors from main were incorrectly reported on unrelated PRs
Signed-off-by: Srikanth Muppandam <[email protected]>
0 commit comments