Commit 29e0a9d
This commit introduces a GitHub Actions workflow that runs ShellCheck on all shell scripts within the repository.
It helps enforce shell scripting best practices and maintain consistent code quality across test suites.
Key additions:
- defines the CI job using latest stable ShellCheck.
- Targets scripts recursively from the root.
- Fails the job if any warnings or errors are detected.
This integration ensures early feedback during pull requests and prevents merging poorly formatted or unsafe shell code.
Signed-off-by: Srikanth Muppandam <[email protected]>1 parent a932bc1 commit 29e0a9d
1 file changed
+14
-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 | + | |
0 commit comments