Skip to content

Commit d3430be

Browse files
fix lint check on CI
1 parent 30dc4d1 commit d3430be

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/applications.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,15 @@ jobs:
6060
with:
6161
working-directory: packages/devextreme-cli/testing/sandbox/${{ matrix.APPROACH }}/my-app
6262

63-
- name: Lint created application
63+
- name: Lint created no react application
6464
if: ${{ matrix.OS != 'windows-latest' }}
6565
run: npm run lint-template -- -- -e ${{ matrix.APPROACH }} ${{ env.TOOLING_VERSION_PARAM }}
6666

67+
- name: Lint created react-ts application
68+
if: ${{ matrix.OS != 'windows-latest' && matrix.APPROACH == 'react-ts'}}
69+
run: npm run lint
70+
working-directory: packages/devextreme-cli/testing/sandbox/react-ts/my-app
71+
6772
- name: Run template tests
6873
if: ${{ matrix.OS != 'windows-latest' }}
6974
env:

0 commit comments

Comments
 (0)