Move manifest validation pipeline from Azure DevOps #78

Merged
Yuriy-Kukushkin merged 4 commits from yk/add-workflow into main 2021-09-15 16:03:24 +05:00
Showing only changes of commit 3257340283 - Show all commits

View File

@@ -23,7 +23,7 @@ jobs:
submodules: true submodules: true
- name: Validate node-versions manifest - name: Validate node-versions manifest
run: .\helpers\packages-generation\manifest-validator.ps1 -ManifestUrl https://raw.githubusercontent.com/actions/node-versions/main/versions-manifest.json run: .\helpers\packages-generation\manifest-validator.ps1 -ManifestUrl https://raw.githubusercontent.com/actions/node-versions/main/versions-manifest.json -AccessToken ${{ secrets.GITHUB_TOKEN }}
check_build: check_build:
name: Check validation for failures name: Check validation for failures