hyperhive/.forgejo/workflows
Repository files (latest commit first)
Filename Latest commit message Latest commit date
atlas 642a5f7d96 ci: add shellcheck step for raw shell scripts
Discovers files by shebang under scripts/ rather than a *.sh glob, so
extensionless scripts (scripts/pre-push) and any future additions are
covered without editing the workflow. Runs at -S warning: the repo's
one existing finding (SC2016 on an intentionally single-quoted awk
program) is info-level and correct as written, so it's excluded by
severity rather than silenced with a disable comment.

Refs #4429
2026-09-16 00:09:20 +02:00
..
ci.yml ci: add shellcheck step for raw shell scripts 2026-09-16 00:09:20 +02:00
coverage.yml coverage: run nightly and keep the report as an artifact 2026-09-02 08:35:34 +02:00
flake-update.yml ci: daily nix flake update workflow 2026-09-13 19:14:10 +02:00