Added Go validator

pull/36/head
Yuriy-Kukushkin 3 years ago committed by GitHub
parent 2a422a2d52
commit 6147177edd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1 +1,15 @@
name: Validate manifest
on:
workflow_dispatch
jobs:
validation:
runs-on: ubuntu-latest
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

Loading…
Cancel
Save