From 5e1e634632839b9052fc604cd02ba37d8afb3b5c Mon Sep 17 00:00:00 2001 From: Micaiah Martin <77340197+mimartin12@users.noreply.github.com> Date: Mon, 11 Jul 2022 21:30:52 +0000 Subject: [PATCH] Require lint job before building artifacts (#2109) --- .github/workflows/build.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 41f46e1344..21620c34ae 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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: