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

This commit is contained in:
PatPrz 2024-11-25 10:44:22 +01:00
parent 287066a064
commit 36d882022b

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