zad 1
All checks were successful
First CI / build (push) Successful in 8s

This commit is contained in:
Grzesiek2kk 2023-11-21 19:25:37 +01:00
parent 669f8e52f0
commit a84e30ddc3

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"