Skip to content

Moodle Plugin CI

Reusable CI workflow for Moodle plugins.

File: .github/workflows/moodle-plugin-ci.yml

Use it when a Moodle plugin needs Composer validation, style checks, static analysis, or test execution.

yaml
jobs:
  ci:
    uses: middag-io/.github-private/.github/workflows/moodle-plugin-ci.yml@workflows-v1
    with:
      run-check-style: true
      run-check-stan: true

MIDDAG Tecnologia