Добавить .gitea/workflows/action.yaml
Some checks failed
Gitea Actions Demo / health-chek (push) Failing after 0s

This commit is contained in:
Dhaverd 2025-03-27 12:04:16 +03:00
parent 6616bfff8d
commit c720b1e05b

View File

@ -0,0 +1,8 @@
name: Gitea Actions Demo
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
on: [push]
jobs:
health-chek:
steps:
- run: echo "Hello World!"