Always run the “TypeScript” step regardless of “ESLint” outcome

pull/1465/head
ExE Boss 2 years ago
parent 400ee8e737
commit 3e7d44b349
No known key found for this signature in database
GPG Key ID: BF4FA5DD733D8D1A

@ -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

Loading…
Cancel
Save