1
0
mirror of https://github.com/bitwarden/server.git synced 2025-06-30 23:52:50 -05: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

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: