1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2024-10-27 20:34:29 +00:00

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

This commit is contained in:
ExE Boss 2022-07-18 15:40:00 +02:00
parent 400ee8e737
commit 3e7d44b349
No known key found for this signature in database
GPG Key ID: BF4FA5DD733D8D1A

View File

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