Commit 732c37c
committed
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]>1 parent c0ddc36 commit 732c37c
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
0 commit comments