mirror of
https://github.com/actions/versions-package-tools.git
synced 2025-12-11 03:56:46 +00:00
Added node manifest validator
This commit is contained in:
5
.github/workflows/validate_manifest.yml
vendored
5
.github/workflows/validate_manifest.yml
vendored
@@ -9,7 +9,12 @@ jobs:
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- name: Validate Go manifest
|
||||
shell: pwsh
|
||||
run: .\packages-generation\manifest-validator.ps1 -ManifestUrl https://raw.githubusercontent.com/actions/go-versions/main/versions-manifest.json
|
||||
|
||||
- name: Validate Node manifest
|
||||
shell: pwsh
|
||||
run: .\packages-generation\manifest-validator.ps1 -ManifestUrl https://raw.githubusercontent.com/actions/node-versions/main/versions-manifest.json
|
||||
|
||||
|
||||
Reference in New Issue
Block a user