This commit is contained in:
16
.gitea/workflows/gitea-ci.yml
Normal file
16
.gitea/workflows/gitea-ci.yml
Normal file
@@ -0,0 +1,16 @@
|
||||
name: Test CI
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [main]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: runner
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: echo
|
||||
run: echo "GiteaRunner CI Test"
|
||||
Reference in New Issue
Block a user