Skip to content

Commit 32423ab

Browse files
fix working directory for lint gitaction
1 parent eb313b0 commit 32423ab

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/applications.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@ jobs:
6060
- name: Lint created application
6161
if: ${{ matrix.OS != 'windows-latest' }}
6262
run: npm run lint-template -- -- -e ${{ matrix.APPROACH }} ${{ env.TOOLING_VERSION_PARAM }}
63+
with:
64+
working-directory: packages/devextreme-cli
6365

6466
- name: Run template tests
6567
if: ${{ matrix.OS != 'windows-latest' }}

0 commit comments

Comments
 (0)