Skip to content

Commit 612bc82

Browse files
fix working directory for lint gitaction
1 parent a62ae3b commit 612bc82

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/applications.yml

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

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-
6460
- name: print working dir
6561
run: pwd
6662

@@ -70,6 +66,10 @@ jobs:
7066
- name: List working dir
7167
run: ls .; ls ./packages
7268

69+
- name: Lint created application
70+
if: ${{ matrix.OS != 'windows-latest' }}
71+
run: npm run lint-template -- -- -e ${{ matrix.APPROACH }} ${{ env.TOOLING_VERSION_PARAM }}
72+
7373
- name: Run template tests
7474
if: ${{ matrix.OS != 'windows-latest' }}
7575
env:

0 commit comments

Comments
 (0)