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

This commit is contained in:
Marcin Badurowicz 2024-11-26 13:28:31 +01:00
commit c443902f9c

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

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