1
0
mirror of https://github.com/bitwarden/server.git synced 2024-11-22 12:15:36 +01:00

Require lint job before building artifacts (#2109)

This commit is contained in:
Micaiah Martin 2022-07-11 21:30:52 +00:00 committed by GitHub
parent 5ba988ebd8
commit 5e1e634632
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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