mirror of
https://github.com/actions/versions-package-tools.git
synced 2025-12-10 11:41:23 +00:00
Added Go validator
This commit is contained in:
14
.github/workflows/validate_manifest.yml
vendored
14
.github/workflows/validate_manifest.yml
vendored
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user