8000 Uptake of the latest changes for helpers submodule by nikolai-frolov · Pull Request #41 · actions/go-versions · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Uptake of the latest changes for helpers submodule #41

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Oct 14, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 14 additions & 13 deletions .github/workflows/validate-manifest.yml
Original file line number Diff line number Diff line change
@@ -1,31 +1,32 @@
name: Validate manifest

on:
schedule:
- cron: '0 8,20 * * *'
pull_request:
branches:
schedule:
- cron: '0 8,20 * * *'

pull_request:
branches:
- main
paths:
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 -ManifestUrl https://raw.githubusercontent.com/actions/go-versions/main/versions-manifest.json -AccessToken ${{ secrets.GITHUB_TOKEN }}

- name: Validate python-versions manifest
run: .\helpers\packages-generation\manifest-validator.ps1 -ManifestPath '.\versions-manifest.json'

check_build:
name: Check validation for failures
Expand Down
2 changes: 1 addition & 1 deletion helpers
0