Skip to content

Update pytest requirement from >=7.0 to >=9.0.3 #10

Update pytest requirement from >=7.0 to >=9.0.3

Update pytest requirement from >=7.0 to >=9.0.3 #10

Workflow file for this run

name: "Example: PyGate Quality Gates"
# Copy this workflow into your repository as .github/workflows/pygate.yml
on:
pull_request:
branches: [main]
permissions:
contents: read
pull-requests: write # Required for PR comments
jobs:
quality-gates:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
fetch-depth: 0 # Required for changed file detection
- uses: hermes-labs-ai/quick-gate-python/.github/actions/pygate@main
with:
mode: canary # or "full" to include tests
repair: "true" # attempt auto-repair on failures
max-attempts: 3
python-version: "3.12"
post-comment: "true" # post findings as PR comment