Compare commits
2 Commits
da184621cd
...
3b1859d9ea
Author | SHA1 | Date | |
---|---|---|---|
|
3b1859d9ea | ||
|
5170692d7f |
9
.gitea/workflows/ci.yml
Normal file
9
.gitea/workflows/ci.yml
Normal file
@ -0,0 +1,9 @@
|
||||
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