This commit is contained in:
12
.gitea/workflows/demo-ci.yml
Normal file
12
.gitea/workflows/demo-ci.yml
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
name: Demo CI
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches: [main]
|
||||||
|
pull_request:
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
smoke:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- run: echo "Gitea Actions runner is working"
|
||||||
Reference in New Issue
Block a user