Added CI file
All checks were successful
First CI / build (push) Successful in 3s

This commit is contained in:
haaaniaaa 2024-11-22 13:20:50 +01:00
parent 290107fc2e
commit e22fbf1d6f
3 changed files with 9 additions and 0 deletions

BIN
.DS_Store vendored Normal file

Binary file not shown.

BIN
.gitea/.DS_Store vendored Normal file

Binary file not shown.

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"