From b28029a37e7e34749b555ad7f29147809a14f6df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Bidoul?= Date: Fri, 5 Nov 2021 23:53:31 +0100 Subject: [PATCH] Require pre-commit for building image --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5c6d96b..ee41ebb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,9 @@ jobs: - uses: codecov/codecov-action@v1 build-image: runs-on: ubuntu-latest - needs: test + needs: + - pre-commit + - test steps: - name: Set up Docker Buildx uses: docker/setup-buildx-action@v1