Added python validator
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
name: Validate manifest
|
name: Validate manifests
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch
|
workflow_dispatch
|
||||||
@@ -10,11 +10,14 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: Validate Go manifest
|
- name: Validate go-versions manifest
|
||||||
shell: pwsh
|
shell: pwsh
|
||||||
run: .\packages-generation\manifest-validator.ps1 -ManifestUrl https://raw.githubusercontent.com/actions/go-versions/main/versions-manifest.json
|
run: .\packages-generation\manifest-validator.ps1 -ManifestUrl https://raw.githubusercontent.com/actions/go-versions/main/versions-manifest.json
|
||||||
|
|
||||||
- name: Validate Node manifest
|
- name: Validate node-versions manifest
|
||||||
shell: pwsh
|
shell: pwsh
|
||||||
run: .\packages-generation\manifest-validator.ps1 -ManifestUrl https://raw.githubusercontent.com/actions/node-versions/main/versions-manifest.json
|
run: .\packages-generation\manifest-validator.ps1 -ManifestUrl https://raw.githubusercontent.com/actions/node-versions/main/versions-manifest.json
|
||||||
|
|
||||||
|
- name: Validate python-versions manifest
|
||||||
|
shell: pwsh
|
||||||
|
run: .\packages-generation\manifest-validator.ps1 -ManifestUrl https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json
|
||||||
|
|||||||
Reference in New Issue
Block a user