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