super fix
All checks were successful
First CI / build (push) Successful in 8s

This commit is contained in:
alexkrdb
2023-11-21 16:16:31 +01:00
parent 9c53d7c5cd
commit c82df3ba7e

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"