Skip to content

feat: Add shellcheck CI for bash scripts #148

@michael-wojcik

Description

@michael-wojcik

Summary

Add shellcheck static analysis to CI for all bash scripts in the repository.

Context

The repository has several verification scripts (verify-*.sh). Shellcheck would catch common bash issues:

  • Unquoted variables
  • POSIX compatibility
  • Common pitfalls

Proposed Implementation

  1. Create .github/workflows/shellcheck.yml
  2. Run shellcheck on all .sh files
  3. Fail CI on shellcheck warnings

Prerequisites

  • CI infrastructure needs to be set up first (no .github/workflows/ exists currently)

Related

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions