This commit is contained in:
16
.gitea/workflows/main.yaml
Normal file
16
.gitea/workflows/main.yaml
Normal file
@@ -0,0 +1,16 @@
|
||||
name: Test CI/CD
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
test:
|
||||
runs-on: self-hosted
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Hello World
|
||||
run: echo "Hello, CI/CD!"
|
Reference in New Issue
Block a user