mirror of
https://code.forgejo.org/actions/go-versions
synced 2025-06-13 05:44:12 +02:00
Minor layout correction for validate-manifest.yml
This commit is contained in:
parent
ca8dd87f84
commit
d5b006812b
1 changed files with 10 additions and 8 deletions
4
.github/workflows/validate-manifest.yml
vendored
4
.github/workflows/validate-manifest.yml
vendored
|
@ -3,13 +3,16 @@ 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
|
||||||
|
@ -17,7 +20,6 @@ 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:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue