Files
api/.gitea/workflows
Barcode Betty 76d0bc860c
CI / lint (pull_request) Successful in 42s
CI / typecheck (pull_request) Successful in 1m13s
CI / test (pull_request) Successful in 1m17s
CI / build-and-push (pull_request) Has been skipped
Pin actions/setup-python to v4 to dodge corrupted v5 cache on runner
The Gitea Actions runner has a corrupted cache for
actions/setup-python@v5: the cloned worktree has unstaged changes and
the runner can't pull refs/heads/v5 cleanly. As a result the cached
dist/setup/index.js is missing and the step fails before any of our
lint commands run. Pin to v4 (different cache key) so the runner
clones a fresh, unmodified copy.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-02 13:58:09 +00:00
..