Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 978de126d4 |
8
.gitea/workflows/main.yml
Normal file
8
.gitea/workflows/main.yml
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
name: test
|
||||||
|
on: push
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
test:
|
||||||
|
runs-on: debian
|
||||||
|
steps:
|
||||||
|
- run: echo "Hello!"
|
||||||
Loading…
Reference in New Issue
Block a user