2023-09-22 23:31:14 +03:00
|
|
|
on:
|
|
|
|
schedule:
|
2023-09-30 01:32:47 +03:00
|
|
|
- cron: '* * * * 10'
|
2023-09-27 14:42:42 +03:00
|
|
|
#- cron: '@hourly'
|
2023-09-22 23:31:14 +03:00
|
|
|
|
|
|
|
jobs:
|
2023-09-23 12:54:15 +03:00
|
|
|
autoupdate:
|
2023-09-22 23:31:14 +03:00
|
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
2023-09-23 13:35:04 +03:00
|
|
|
- name: setup-go
|
|
|
|
uses: https://gitea.com/actions/setup-go@v3
|
|
|
|
with:
|
|
|
|
go-version: 1.21
|
2023-09-23 12:54:15 +03:00
|
|
|
- name: checkout
|
|
|
|
uses: https://gitea.com/actions/checkout@v3
|
2023-09-30 00:27:56 +03:00
|
|
|
- name: get pkgdashcli
|
2023-09-30 00:55:27 +03:00
|
|
|
run: GOPROXY=direct GONOSUMDB="git.unistack.org/*" GONOPROXY="git.unistack.org/*" GOBIN=/bin go install git.unistack.org/unistack-org/pkgdash/cmd/pkgdashcli@latest
|
2023-09-30 00:27:56 +03:00
|
|
|
- name: pkgdashcli check
|
2023-09-30 01:32:47 +03:00
|
|
|
run: echo /bin/pkgdashcli check
|