1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2025-06-13 13:04:03 +00:00
This commit is contained in:
ExE Boss 2024-12-05 18:36:55 +01:00 committed by GitHub
commit ad83472ca4
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