mirror of
https://github.com/bitwarden/server.git
synced 2024-11-25 12:45:18 +01:00
Require lint job before building artifacts (#2109)
This commit is contained in:
parent
5ba988ebd8
commit
5e1e634632
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -83,7 +83,9 @@ jobs:
|
|||||||
build-artifacts:
|
build-artifacts:
|
||||||
name: Build artifacts
|
name: Build artifacts
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
needs: testing
|
needs:
|
||||||
|
- testing
|
||||||
|
- lint
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
|
Loading…
Reference in New Issue
Block a user