mirror of
https://gitea.com/actions/go-versions.git
synced 2026-07-18 11:34:18 +00:00
Compare commits
20 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| df5bacfff9 | |||
| 82e37a11c9 | |||
| 57ea5543a0 | |||
| 6ac541a152 | |||
| 710d16ce77 | |||
| b591576203 | |||
| b97793e13e | |||
| b844ed6c6d | |||
| 8a0545cb70 | |||
| 34306dce78 | |||
| 2e49d3e53d | |||
| c18c2ac1ac | |||
| b2fe27c0b9 | |||
| c27e49f619 | |||
| 9d9bd2c789 | |||
| 017e64abe3 | |||
| dfb38cff48 | |||
| 4e55ba98df | |||
| 6e78c4b835 | |||
| 6ab1ee80cb |
@@ -55,6 +55,7 @@ jobs:
|
||||
-ToolName "${{ env.TOOL_NAME }}" `
|
||||
-ImageUrl "https://golang.org/lib/godoc/images/footer-gopher.jpg" `
|
||||
-Text "$message"
|
||||
|
||||
trigger_builds:
|
||||
name: Trigger builds
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
@@ -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
|
||||
|
||||
+1
-1
Submodule helpers updated: e71d476320...6f1aa3ce73
+845
-320
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user