Skip to content

Commit 50edf07

Browse files
committed
Add debug
1 parent cd45fdb commit 50edf07

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/clang-tidy-review.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,13 @@ jobs:
2525
run: |
2626
bash setup.sh
2727
sudo apt-get install libicu-dev
28+
29+
- name: Debug
30+
run: |
31+
echo "GITHUB_WORKSPACE:"
32+
echo "$GITHUB_WORKSPACE"
33+
echo "pwd:"
34+
pwd
2835
2936
# Optionally generate compile_commands.json
3037

0 commit comments

Comments
 (0)