Plik ci.yml
All checks were successful
First CI / build (push) Successful in 2s

This commit is contained in:
Lokasty22 2024-11-26 13:48:32 +01:00
commit 40f25cb2a4

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