Compare commits
6 Commits
new_featur
...
a02501f746
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a02501f746 | ||
|
|
f580a99738 | ||
|
|
f555c2a595 | ||
| dca5c1259b | |||
|
|
0e8f391378 | ||
| 0ca87c99b2 |
8
.gitea/workflows/ci.yml
Normal file
8
.gitea/workflows/ci.yml
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
name: First CI
|
||||||
|
on: [push]
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- name: Printing hello
|
||||||
|
run: echo "Hello, 🌍"
|
||||||
Reference in New Issue
Block a user