10
.gitea/workflows/test.yml
Normal file
10
.gitea/workflows/test.yml
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
name: test
|
||||||
|
|
||||||
|
on: [push]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
runs-on: docker
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v4
|
||||||
|
- run: echo "Hello test lol funciona xd"
|
||||||
Reference in New Issue
Block a user