From 294deea151977d0ed70488603812262bd577a0a8 Mon Sep 17 00:00:00 2001 From: mt77 Date: Sat, 5 Apr 2025 19:48:54 +0500 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20.gitea/workflows/test.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/test.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .gitea/workflows/test.yml diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml new file mode 100644 index 0000000..73a8d0d --- /dev/null +++ b/.gitea/workflows/test.yml @@ -0,0 +1,9 @@ +name: Build and Test Application +on: [push] + +jobs: + build: + runs-on: docker + steps: + - name: Checkout repository + uses: actions/checkout@v3