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 32423ab commit 8a28d7bCopy full SHA for 8a28d7b
.github/workflows/applications.yml
@@ -59,9 +59,10 @@ jobs:
59
60
- name: Lint created application
61
if: ${{ matrix.OS != 'windows-latest' }}
62
- run: npm run lint-template -- -- -e ${{ matrix.APPROACH }} ${{ env.TOOLING_VERSION_PARAM }}
63
with:
64
working-directory: packages/devextreme-cli
+ run: npm run lint-template -- -- -e ${{ matrix.APPROACH }} ${{ env.TOOLING_VERSION_PARAM }}
65
+
66
67
- name: Run template tests
68
0 commit comments