ci cd added
All checks were successful
Hello Gitea Workflow / hello (push) Successful in 9s

This commit is contained in:
nurullah
2025-08-02 22:52:23 +06:00
parent 2992231c84
commit 3bda9fa38e

View File

@@ -0,0 +1,16 @@
name: Hello Gitea Workflow
on:
push:
branches:
- main
jobs:
hello:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Say Hello
run: echo "👋 Hello from Gitea Actions!"