1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-25 20:53:22 +00:00

Remove lint job from build workflows (#2538)

This commit is contained in:
Vince Grassia
2022-05-03 16:35:35 -04:00
committed by GitHub
parent c1cc5a0814
commit 7d25bf6904
2 changed files with 0 additions and 32 deletions

View File

@@ -58,7 +58,6 @@ jobs:
runs-on: ubuntu-20.04
needs:
- setup
- lint
steps:
- name: Checkout repo
uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 # v3.0.0
@@ -223,7 +222,6 @@ jobs:
- locales-test
- build
- crowdin-push
- lint
steps:
- name: Check if any job failed
if: ${{ (github.ref == 'refs/heads/master') || (github.ref == 'refs/heads/rc') }}
@@ -233,7 +231,6 @@ jobs:
LOCALES_TEST_STATUS: ${{ needs.locales-test.result }}
BUILD_STATUS: ${{ needs.build.result }}
CROWDIN_PUSH_STATUS: ${{ needs.crowdin-push.result }}
LINT_STATUS: ${{ needs.lint.result }}
run: |
if [ "$CLOC_STATUS" = "failure" ]; then
exit 1
@@ -245,8 +242,6 @@ jobs:
exit 1
elif [ "$CROWDIN_PUSH_STATUS" = "failure" ]; then
exit 1
elif [ "LINT_STATUS" = "failure" ]; then
exit 1
fi
- name: Login to Azure - Prod Subscription