Require pre-commit for building image

This commit is contained in:
Stéphane Bidoul 2021-11-05 23:53:31 +01:00
parent 98393b9af3
commit b28029a37e
No known key found for this signature in database
GPG key ID: BCAB2555446B5B92

View file

@ -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