1
0
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:
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: 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: