second commit
Some checks are pending
CI / build (push) Waiting to run

This commit is contained in:
Gitea
2026-04-16 14:55:10 +05:30
parent 9a8209b845
commit 2b87dd186a

14
.gitea/workflows/test.yml Normal file
View File

@@ -0,0 +1,14 @@
name: CI
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: echo "Hello from Gitea Actions"