mirror of
https://github.com/actions/setup-python.git
synced 2025-07-19 22:28:21 +02:00
documentation changes and added check for validating raw api
This commit is contained in:
parent
3f287d8237
commit
405e74c561
2 changed files with 6 additions and 29 deletions
4
.github/workflows/e2e-tests.yml
vendored
4
.github/workflows/e2e-tests.yml
vendored
|
@ -93,3 +93,7 @@ jobs:
|
|||
python-version: '<3.11'
|
||||
- name: Verify <3.11
|
||||
run: python __tests__/verify-python.py 3.10
|
||||
- name: Test Raw Endpoint Access
|
||||
run: |
|
||||
curl -L https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json | jq empty
|
||||
shell: bash
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue