This commit is contained in:
Jakub Dudek 2023-12-01 11:07:52 +01:00
commit 9b178a3127

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, 🌏"