From d5b006812b0cea72345dbf012e74a96a85208e9e Mon Sep 17 00:00:00 2001 From: nikolai-frolov Date: Thu, 14 Oct 2021 12:10:50 +0300 Subject: [PATCH] Minor layout correction for validate-manifest.yml --- .github/workflows/validate-manifest.yml | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/.github/workflows/validate-manifest.yml b/.github/workflows/validate-manifest.yml index 5efdc35..6f70a31 100644 --- a/.github/workflows/validate-manifest.yml +++ b/.github/workflows/validate-manifest.yml @@ -2,29 +2,31 @@ name: Validate manifest on: schedule: - - cron: '0 8,20 * * *' + - cron: '0 8,20 * * *' + pull_request: branches: - main paths: - 'versions-manifest.json' + env: TOOL_NAME: "Go" + defaults: run: shell: pwsh - + jobs: validation: runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - with: + - uses: actions/checkout@v2 + with: submodules: true - - - name: Validate python-versions manifest - run: .\helpers\packages-generation\manifest-validator.ps1 -ManifestPath '.\versions-manifest.json' + + - name: Validate python-versions manifest + run: .\helpers\packages-generation\manifest-validator.ps1 -ManifestPath '.\versions-manifest.json' check_build: name: Check validation for failures