Skip to content

Commit 8a28d7b

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/applications.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,10 @@ jobs:
5959

6060
- name: Lint created application
6161
if: ${{ matrix.OS != 'windows-latest' }}
62-
run: npm run lint-template -- -- -e ${{ matrix.APPROACH }} ${{ env.TOOLING_VERSION_PARAM }}
6362
with:
6463
working-directory: packages/devextreme-cli
64+
run: npm run lint-template -- -- -e ${{ matrix.APPROACH }} ${{ env.TOOLING_VERSION_PARAM }}
65+
6566

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

0 commit comments

Comments
 (0)