From 8efe7e257fac4b8e6d5627d5afaf3f8ffa0913d2 Mon Sep 17 00:00:00 2001 From: Lukas Plevac Date: Sat, 19 Oct 2024 16:33:50 +0200 Subject: [PATCH] added code checkout --- .gitea/workflows/gitea-ci.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitea/workflows/gitea-ci.yaml b/.gitea/workflows/gitea-ci.yaml index 9540b99..b199ac0 100644 --- a/.gitea/workflows/gitea-ci.yaml +++ b/.gitea/workflows/gitea-ci.yaml @@ -6,6 +6,9 @@ jobs: build: runs-on: ubuntu-latest steps: + - name: Checkout code + uses: actions/checkout@main + - name: Run the build process with Docker uses: addnab/docker-run-action@v3 with: