Require pre-commit for building image
This commit is contained in:
parent
98393b9af3
commit
b28029a37e
1 changed files with 3 additions and 1 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue