A minimal Bash infra project template with:
- Devcontainer toolchain (reproducible lint/test/coverage)
- A simple CI router (
./scripts/ci.sh->ci/ci.sh) with named parts - GitHub Actions status checks aligned to
lint-*andtest-* - Repo-level VS Code tasks/settings/extensions to catch issues early
make cimake lintmake testmake coverageRun a single part:
./scripts/ci.sh lint-sh
./scripts/ci.sh lint-yaml
./scripts/ci.sh lint-markdown
./scripts/ci.sh tests
./scripts/ci.sh coverageSee CONTRIBUTING.md for the full pipeline and devcontainer usage.