diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 78a05301..5d7019a3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,9 +36,12 @@ jobs: yarn cd .. - name: Lint + id: eslint run: | yarn lint - - name: TSLint + - name: TypeScript + id: typescript + if: ${{ success() || steps.eslint.outcome == 'failure' }} run: | cd gulp yarn gulp translations.fullBuild