Minor layout correction for validate-manifest.yml

This commit is contained in:
nikolai-frolov 2021-10-14 12:10:50 +03:00
parent ca8dd87f84
commit d5b006812b

View file

@ -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