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

This commit is contained in:
Marcin Badurowicz 2024-11-22 13:13:46 +01:00
commit a92f66bb4a

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, ❤️‍🩹"