From d9a224fc36cbca243d0127f2088b64b72b10f8f4 Mon Sep 17 00:00:00 2001 From: zwitschi Date: Sat, 1 Nov 2025 19:47:41 +0100 Subject: [PATCH] fix: remove redundant checkout step from CI/CD pipeline --- .gitea/workflows/ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 240cab9..c79c8b3 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -32,9 +32,6 @@ jobs: # run: | # python -m flake8 web/ tests/ --max-line-length=120 - - name: Checkout code - uses: actions/checkout@v4 - - name: Build Docker image run: | docker build -t jobs-app .