feat(cli): webhook configuration (#6555)

This commit is contained in:
William FH
2025-12-09 13:17:22 +00:00
committed by GitHub
parent 94698c8a34
commit 269d08f5d3
7 changed files with 314 additions and 17 deletions
+2 -2
View File
@@ -116,13 +116,13 @@ jobs:
strategy:
matrix:
python-version:
- "3.11"
- "3.13"
steps:
- uses: actions/checkout@v6
- name: Set up Python ${{ matrix.python-version }}
uses: astral-sh/setup-uv@v7
with:
python-version: "3.11"
python-version: "3.13"
enable-cache: true
cache-suffix: "schema-check-cli"
- name: Install CLI dependencies