Skip to content

Commit a62ae3b

Browse files
fix working directory for lint gitaction
1 parent 27bbe76 commit a62ae3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/applications.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
run: ls .
6969

7070
- name: List working dir
71-
run: ls .; ls ./packages/${{ matrix.APPROACH }}
71+
run: ls .; ls ./packages
7272

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

0 commit comments

Comments
 (0)