Skip to content

ci: adopt canonical skill template #1

ci: adopt canonical skill template

ci: adopt canonical skill template #1

Workflow file for this run

name: Eval Validation
# Runs the skill's eval suite via the skill-repo-skill reusable. The reusable
# declares `permissions: contents: read` at top level (read-only validator);
# the calling job mirrors it explicitly.
on:
push:
branches: [main]
pull_request:
permissions: {}
jobs:
eval-validate:
uses: netresearch/skill-repo-skill/.github/workflows/eval-validate.yml@main
permissions:
contents: read