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

This commit is contained in:
svhp 2023-12-01 10:32:26 +01:00
parent f964d36eda
commit a3ff684ad9

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

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