From a86a13a078b38802bda47574b862100c6a9a5b04 Mon Sep 17 00:00:00 2001 From: Micaiah Martin Date: Tue, 3 May 2022 14:34:30 -0600 Subject: [PATCH] Cleaned up lint job --- .github/workflows/build-web.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/build-web.yml b/.github/workflows/build-web.yml index 00592bd9..cee44773 100644 --- a/.github/workflows/build-web.yml +++ b/.github/workflows/build-web.yml @@ -450,7 +450,6 @@ jobs: if: ${{ (github.ref == 'refs/heads/master') || (github.ref == 'refs/heads/rc') }} env: CLOC_STATUS: ${{ needs.cloc.result }} - LINT_STATUS: ${{ needs.lint.result }} SETUP_STATUS: ${{ needs.setup.result }} BUILD_OSS_SELFHOST_STATUS: ${{ needs.build-oss-selfhost.result }} BUILD_CLOUD_STATUS: ${{ needs.build-cloud.result }} @@ -461,8 +460,6 @@ jobs: run: | if [ "$CLOC_STATUS" = "failure" ]; then exit 1 - elif [ "$LINT_STATUS" = "failure" ]; then - exit 1 elif [ "$SETUP_STATUS" = "failure" ]; then exit 1 elif [ "$BUILD_OSS_SELFHOST_STATUS" = "failure" ]; then