Skip to content

Commit 848be2d

Browse files
committed
Add a cwd check
1 parent 0870811 commit 848be2d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/pull-request.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,9 @@ jobs:
6969
name: ${{ matrix.lib.name }} library (${{ matrix.os }})
7070

7171
steps:
72+
- name: Echo cwd
73+
run: pwd
74+
7275
- name: Check out source code
7376
if: matrix.lib.changes
7477
uses: actions/checkout@v4

0 commit comments

Comments
 (0)