Skip to content

Commit 7b62c87

Browse files
fix working directory for lint gitaction
1 parent 8a28d7b commit 7b62c87

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/applications.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,11 @@ jobs:
5757
with:
5858
working-directory: packages/devextreme-cli/testing/sandbox/${{ matrix.APPROACH }}/my-app
5959

60+
- name: print working dir
61+
run: pwd
62+
6063
- name: Lint created application
6164
if: ${{ matrix.OS != 'windows-latest' }}
62-
with:
63-
working-directory: packages/devextreme-cli
6465
run: npm run lint-template -- -- -e ${{ matrix.APPROACH }} ${{ env.TOOLING_VERSION_PARAM }}
6566

6667

0 commit comments

Comments
 (0)