From 98826eed538e949e1a5335e459fc3c6ea58b61bf Mon Sep 17 00:00:00 2001 From: Yuriy-Kukushkin <87432006+Yuriy-Kukushkin@users.noreply.github.com> Date: Thu, 12 Aug 2021 15:34:50 +0300 Subject: [PATCH] Added node manifest validator --- .github/workflows/validate_manifest.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/validate_manifest.yml b/.github/workflows/validate_manifest.yml index 11d8665..439f656 100644 --- a/.github/workflows/validate_manifest.yml +++ b/.github/workflows/validate_manifest.yml @@ -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