stub action
This commit is contained in:
21
.gitea/workflows/cicd.yaml
Normal file
21
.gitea/workflows/cicd.yaml
Normal file
@@ -0,0 +1,21 @@
|
||||
name: cicd
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
paths:
|
||||
- 'cmd/**'
|
||||
- 'src/**'
|
||||
schedule:
|
||||
- cron: '0 0 * * *'
|
||||
|
||||
jobs:
|
||||
ci:
|
||||
name: ci
|
||||
runs-on: dind
|
||||
steps:
|
||||
- name: checkout
|
||||
uses: actions/checkout@v3
|
||||
- name: ci
|
||||
run: |
|
||||
bash ./build.sh
|
||||
Reference in New Issue
Block a user