This commit is contained in:
parent
d0f9d44fe4
commit
c80068ccfc
@ -1,24 +1,24 @@
|
|||||||
on:
|
#on:
|
||||||
push:
|
# push:
|
||||||
branches:
|
# branches:
|
||||||
- 'main'
|
# - 'main'
|
||||||
- 'master'
|
# - 'master'
|
||||||
- 'v3'
|
# - 'v3'
|
||||||
schedule:
|
# schedule:
|
||||||
#- cron: '* * * * *'
|
#- cron: '* * * * *'
|
||||||
- cron: '@hourly'
|
# - cron: '@hourly'
|
||||||
|
|
||||||
jobs:
|
#jobs:
|
||||||
autoupdate:
|
# autoupdate:
|
||||||
runs-on: ubuntu-latest
|
# runs-on: ubuntu-latest
|
||||||
steps:
|
# steps:
|
||||||
- name: setup-go
|
# - name: setup-go
|
||||||
uses: https://gitea.com/actions/setup-go@v3
|
# uses: https://gitea.com/actions/setup-go@v3
|
||||||
with:
|
# with:
|
||||||
go-version: 1.21
|
# go-version: 1.21
|
||||||
- name: checkout
|
# - name: checkout
|
||||||
uses: https://gitea.com/actions/checkout@v3
|
# uses: https://gitea.com/actions/checkout@v3
|
||||||
- name: get pkgdashcli
|
# - name: get pkgdashcli
|
||||||
run: GOPROXY=direct GONOSUMDB="git.unistack.org/*" GONOPROXY="git.unistack.org/*" GOBIN=/bin go install git.unistack.org/unistack-org/pkgdash/cmd/pkgdashcli@latest
|
# run: GOPROXY=direct GONOSUMDB="git.unistack.org/*" GONOPROXY="git.unistack.org/*" GOBIN=/bin go install git.unistack.org/unistack-org/pkgdash/cmd/pkgdashcli@latest
|
||||||
- name: pkgdashcli check
|
# - name: pkgdashcli check
|
||||||
run: /bin/pkgdashcli check
|
# run: /bin/pkgdashcli check
|
Loading…
x
Reference in New Issue
Block a user