Add validate_workflows function to Dagger module using forgejo-runner validate --directory inside the upstream v12.7.0 container. All 6 workflows pass schema validation. Wire as mise task and pre-commit hook on .forgejo/workflows/ changes. Marks validate-workflows-against-v12 Mikado card complete. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
6 lines
153 B
Bash
Executable file
6 lines
153 B
Bash
Executable file
#!/usr/bin/env bash
|
|
#MISE description="Validate Forgejo workflow files against runner schema"
|
|
|
|
set -euo pipefail
|
|
|
|
dagger call validate-workflows --src=.
|