Skip to content

detect if API breaks on PR #1

detect if API breaks on PR

detect if API breaks on PR #1

Workflow file for this run

name: Check for API breaks
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-python@v4
with:
python-version: '3.12'
- run: |
pip install griffe
pip install -e .
griffe check "open" --verbose