From 08c73a2436b18f3a02baf2a3a763e00b403f8a9c21e37d3629bd6940f0d85633 Mon Sep 17 00:00:00 2001 From: Daniel Garcia Moreno Date: Wed, 13 Nov 2024 11:22:27 +0100 Subject: [PATCH] Add build ci --- .gitea/workflows/ci.yaml | 13 +++++++++++++ 1 file changed, 13 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..f0c96d7 --- /dev/null +++ b/.gitea/workflows/ci.yaml @@ -0,0 +1,13 @@ +name: OBS build +run-name: build +on: [pull_request] + +jobs: + build: + runs-on: ubuntu-latest + steps: + - name: Check out repository code + uses: actions/checkout@v4 + - name: List files in the repository + run: | + ls ${{ gitea.workspace }}