mirror of
https://github.com/actions/versions-package-tools.git
synced 2025-12-10 11:41:23 +00:00
Delete validate_manifest.yml
This commit is contained in:
23
.github/workflows/validate_manifest.yml
vendored
23
.github/workflows/validate_manifest.yml
vendored
@@ -1,23 +0,0 @@
|
||||
name: Validate manifests
|
||||
|
||||
on:
|
||||
workflow_dispatch
|
||||
|
||||
jobs:
|
||||
validation:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- name: Validate go-versions manifest
|
||||
shell: pwsh
|
||||
run: .\packages-generation\manifest-validator.ps1 -ManifestUrl https://raw.githubusercontent.com/actions/go-versions/main/versions-manifest.json
|
||||
|
||||
- name: Validate node-versions manifest
|
||||
shell: pwsh
|
||||
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