ci: run pre-commit checks first
Create a dependency between the jobs.
This commit is contained in:
parent
4f6ab25ebd
commit
1d37ee0877
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@ -32,6 +32,7 @@ jobs:
|
||||
if: always()
|
||||
build:
|
||||
runs-on: ${{ matrix.os }}
|
||||
needs: [ pre-commit ]
|
||||
strategy:
|
||||
fail-fast: true
|
||||
matrix:
|
||||
|
Loading…
x
Reference in New Issue
Block a user