1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2024-10-27 20:34:29 +00:00
This commit is contained in:
ExE Boss 2024-07-10 18:30:13 +08:00 committed by GitHub
commit 3571c27354
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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