commit once again
This commit is contained in:
parent
1d2ce6602f
commit
02fa1f2319
10
.gitea/workflows/ci.yml
Normal file
10
.gitea/workflows/ci.yml
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
name: First CI
|
||||||
|
on: [push]
|
||||||
|
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- name: Printing hello
|
||||||
|
run: echo "Hello, world"
|
Loading…
x
Reference in New Issue
Block a user