mt77 294deea151
Some checks failed
Build and Test Application / build (push) Failing after 12s
Добавить .gitea/workflows/test.yml
2025-04-05 19:48:54 +05:00

10 lines
159 B
YAML

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