Добавить .gitea/workflows/test.yml
Some checks failed
Build and Test Application / build (push) Failing after 12s

This commit is contained in:
mt77 2025-04-05 19:48:54 +05:00
parent 5032662495
commit 294deea151

View File

@ -0,0 +1,9 @@
name: Build and Test Application
on: [push]
jobs:
build:
runs-on: docker
steps:
- name: Checkout repository
uses: actions/checkout@v3