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:
5
.github/workflows/build-browser.yml
vendored
5
.github/workflows/build-browser.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user