Skip to content
Checklist

Retro

Gate checks for the retrospective phase

Raw Definition

9 lines
yaml
name: retro
description: Gate checks for the retrospective phase

checks:
  - id: retro_report_exists
    description: Retro report file exists
    type: file_exists
    path: ".sniper/retros/{protocol_id}.yaml"
    blocking: true