mirror of
https://github.com/tobspr/shapez.io.git
synced 2024-10-27 20:34:29 +00:00
Merge 3e7d44b349
into 958d400ff5
This commit is contained in:
commit
3571c27354
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