This commit is contained in:
13
.gitea/workflows/ci-demo.yml
Normal file
13
.gitea/workflows/ci-demo.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
name: CI Demo
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
# use your self-hosted runner
|
||||
runs-on: [self-hosted]
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Say Hello
|
||||
run: echo "Hello from your Gitea Actions runner!"
|
Reference in New Issue
Block a user