Add .gitea/workflows/ci.yml
All checks were successful
First CI / build (push) Successful in 4s

This commit is contained in:
marcinb 2024-11-22 09:44:50 +00:00
commit 7063608728

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

@ -0,0 +1,10 @@
name: First CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Printing hello
run: echo "Hello, ❤️‍🩹"