We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0ed944 commit ab873a2Copy full SHA for ab873a2
.github/workflows/ci.yaml
@@ -33,6 +33,11 @@ jobs:
33
- name: Validate test server
34
run: uv run scripts/validate-stapi-fastapi
35
continue-on-error: true
36
+ - name: Upload Validation Report
37
+ uses: actions/upload-artifact@v4
38
+ with:
39
+ name: validation-report-py${{ matrix.python-version }}
40
+ path: validation-report.html
41
- name: Docs
42
run: uv run mkdocs build --strict
43
- name: Upload Docs
0 commit comments