when: - event: pull_request steps: - name: validate image: python:3.12-alpine commands: - pip install --quiet yamllint - yamllint -d relaxed skills/ - python -m json.tool schemas/subtask-request.json > /dev/null - python -m json.tool schemas/subtask-status.json > /dev/null - echo "All skills and schemas valid"