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:
parent
400ee8e737
commit
3e7d44b349
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@ -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…
Reference in New Issue
Block a user