mirror of
https://github.com/bitwarden/server.git
synced 2024-11-21 12:05:42 +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:
|
||||
name: Build artifacts
|
||||
runs-on: ubuntu-20.04
|
||||
needs: testing
|
||||
needs:
|
||||
- testing
|
||||
- lint
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
|
Loading…
Reference in New Issue
Block a user