diff --git a/.gitea/workflows/build-and-push.yaml b/.gitea/workflows/build-and-push.yaml index a86977af..b88ce660 100755 --- a/.gitea/workflows/build-and-push.yaml +++ b/.gitea/workflows/build-and-push.yaml @@ -16,7 +16,7 @@ jobs: pip install uv --quiet - name: install black and lint code run: | - uv pip install black --quiet + uv pip install black --system --quiet black app --check --fast - run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner." - run: echo "🖥️ The workflow is now ready to test your code on the runner."