Skip to content

Commit 71bd3f8

Browse files
committed
feat: more robust parsing and address comments
1 parent e992427 commit 71bd3f8

2 files changed

Lines changed: 354 additions & 79 deletions

File tree

.github/workflows/check-public-api.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,11 @@ jobs:
2727
with:
2828
fetch-depth: 0
2929

30+
- name: Install uv
31+
run: pip install uv
32+
3033
- name: Check public API
3134
env:
3235
BASE_SHA: ${{ github.event.pull_request.base.sha }}
3336
run: |
34-
python3 scripts/check_public_api.py --base-ref "$BASE_SHA"
37+
uv run --script scripts/check_public_api.py --base-ref "$BASE_SHA"

0 commit comments

Comments
 (0)