添加 .gitea/workflows/ci-demo.yaml
This commit is contained in:
commit
7b52305fdd
7
.gitea/workflows/ci-demo.yaml
Normal file
7
.gitea/workflows/ci-demo.yaml
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
name: Demo CI
|
||||||
|
on: [push]
|
||||||
|
jobs:
|
||||||
|
test:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- run: echo "CI is working! 🎉"
|
||||||
Loading…
Reference in New Issue
Block a user