Merge pull request #1048 from Bilb/test-fix-line-ending

run lint ci task only on linux os
pull/1050/head
Audric Ackermann 6 years ago committed by GitHub
commit 476c53f96a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -46,6 +46,7 @@ jobs:
run: yarn generate
- name: Lint Files
if: runner.os != 'Windows'
run: yarn lint-full
- name: Build windows production binaries

@ -47,8 +47,9 @@ jobs:
run: yarn generate
- name: Lint Files
if: runner.os != 'Windows'
run: |
yarn format-full --list-different
yarn format-full
yarn eslint
yarn tslint

@ -43,6 +43,7 @@ jobs:
run: yarn generate
- name: Lint Files
if: runner.os != 'Windows'
run: yarn lint-full
- name: Build windows production binaries

Loading…
Cancel
Save