Files
pi-devbox/.gitea/workflows
pi d1db595f17
Lint workflows / actionlint (push) Successful in 15s
ci(lint): pass explicit workflow paths to actionlint
actionlint's no-arg project auto-detection looks for .github/workflows
and hard-fails (exit 3, 'no project was found') on this .gitea/workflows
layout — observed on run 420. Glob the workflow files explicitly. The
Gitea shell guard step already passed in that run; only the actionlint
invocation needed the path fix.
2026-07-01 22:06:40 +02:00
..