Skip to content

Harden PR review loop lifecycle #1

Harden PR review loop lifecycle

Harden PR review loop lifecycle #1

Workflow file for this run

name: Validate skill
on:
push:
pull_request:
permissions:
contents: read
concurrency:
group: skill-validation-${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
validate:
name: Python ${{ matrix.python-version }}
runs-on: ubuntu-latest
timeout-minutes: 3
strategy:
fail-fast: false
matrix:
python-version: ["3.10", "3.12"]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Run contract and decision fixtures
run: python3 tests/check_skill.py