mirror of
https://code.forgejo.org/actions/go-versions.git
synced 2024-11-06 03:05:52 -05:00
Uptake of the latest changes for helpers submodule (#41)
This commit is contained in:
parent
6e78c4b835
commit
4e55ba98df
2 changed files with 15 additions and 14 deletions
21
.github/workflows/validate-manifest.yml
vendored
21
.github/workflows/validate-manifest.yml
vendored
|
@ -1,16 +1,18 @@
|
||||||
name: Validate manifest
|
name: Validate manifest
|
||||||
|
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '0 8,20 * * *'
|
- cron: '0 8,20 * * *'
|
||||||
|
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
paths:
|
paths:
|
||||||
- 'versions-manifest.json'
|
- 'versions-manifest.json'
|
||||||
|
|
||||||
env:
|
env:
|
||||||
TOOL_NAME: "Go"
|
TOOL_NAME: "Go"
|
||||||
|
|
||||||
defaults:
|
defaults:
|
||||||
run:
|
run:
|
||||||
shell: pwsh
|
shell: pwsh
|
||||||
|
@ -18,14 +20,13 @@ defaults:
|
||||||
jobs:
|
jobs:
|
||||||
validation:
|
validation:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
submodules: true
|
submodules: true
|
||||||
|
|
||||||
- name: Validate python-versions manifest
|
- 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 }}
|
run: .\helpers\packages-generation\manifest-validator.ps1 -ManifestPath '.\versions-manifest.json'
|
||||||
|
|
||||||
check_build:
|
check_build:
|
||||||
name: Check validation for failures
|
name: Check validation for failures
|
||||||
|
|
2
helpers
2
helpers
|
@ -1 +1 @@
|
||||||
Subproject commit e71d4763205167b7ef40aa4083f6cd361c61781a
|
Subproject commit 6f1aa3ce73ce0ea4b58995a63b56a8677607762a
|
Loading…
Reference in a new issue