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 .