Commit 5ad83b0
committed
ci: add ShellCheck workflow for shell script linting
- Introduced a GitHub Actions workflow to run ShellCheck on all .sh files
- Ensures shell scripts follow best practices and common standards
- Helps catch syntax errors, quoting issues, and style problems early
This improves code quality and enforces consistency in shell script contributions.
Signed-off-by: Srikanth Muppandam <[email protected]>1 parent 73a2a03 commit 5ad83b0
1 file changed
+15
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
0 commit comments