Add .gitea/workflows/ci.yml

This commit is contained in:
97634 2024-11-22 10:07:03 +00:00
commit 566f011916

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"