Skip to content

ci: add ShellCheck workflow for etc/ and bin/#38

Closed
coil398 wants to merge 12 commits intomasterfrom
fix/25-shellcheck-ci
Closed

ci: add ShellCheck workflow for etc/ and bin/#38
coil398 wants to merge 12 commits intomasterfrom
fix/25-shellcheck-ci

Conversation

@coil398
Copy link
Copy Markdown
Owner

@coil398 coil398 commented Aug 9, 2025

Fixes #25

What changed

  • Added GitHub Actions workflow to run ShellCheck on shell scripts under etc/ and bin/ on push/PR.

Why

  • Catch common shell pitfalls, portability issues, and missed quotes early in CI.

Notes

  • Installs ShellCheck via apt on ubuntu-latest runner.
  • Targets *.sh scripts; adjust include paths as needed.

@coil398 coil398 closed this Aug 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add ShellCheck + CI workflow for shell scripts

1 participant