Compare commits

...

2 Commits

Author SHA1 Message Date
Your name
3b1859d9ea added yml files
All checks were successful
First CI / build (push) Successful in 8s
2023-12-01 11:40:41 +01:00
Your name
5170692d7f added yml files 2023-12-01 11:40:05 +01:00

9
.gitea/workflows/ci.yml Normal file
View File

@ -0,0 +1,9 @@
name: First CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Printing hello
run: echo "Hello,world "