From 52d3198f8220d18d7d0f9ecaffa2f5305c6a71a3 Mon Sep 17 00:00:00 2001 From: Andrey Kassaev Date: Wed, 3 Jan 2024 14:34:26 +0400 Subject: [PATCH] ci.yaml --- .gitea/workflows/ci.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .gitea/workflows/ci.yaml diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml new file mode 100644 index 0000000..f22f85b --- /dev/null +++ b/.gitea/workflows/ci.yaml @@ -0,0 +1,9 @@ +on: + push: + branches: [ master ] + pull_request: + branches: [ master ] + +jobs: + steps: + run: pwd