We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30dc4d1 commit d3430beCopy full SHA for d3430be
.github/workflows/applications.yml
@@ -60,10 +60,15 @@ jobs:
60
with:
61
working-directory: packages/devextreme-cli/testing/sandbox/${{ matrix.APPROACH }}/my-app
62
63
- - name: Lint created application
+ - name: Lint created no react application
64
if: ${{ matrix.OS != 'windows-latest' }}
65
run: npm run lint-template -- -- -e ${{ matrix.APPROACH }} ${{ env.TOOLING_VERSION_PARAM }}
66
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
+
72
- name: Run template tests
73
74
env:
0 commit comments