Skip to content

Commit 0d8764d

Browse files
committed
Print directory name in check_dir
1 parent 758d30d commit 0d8764d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/presubmit.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ jobs:
4747
run: |
4848
check_dir() {
4949
local dir="$1"
50+
echo "Checking $dir"
5051
(
5152
cd "$dir" &&
5253
comm -23 \
@@ -77,4 +78,4 @@ jobs:
7778
- uses: actions/checkout@v4
7879

7980
- name: actionlint
80-
uses: raven-actions/actionlint@v2
81+
uses: raven-actions/actionlint@v2

0 commit comments

Comments
 (0)