Skip to content

Commit a167990

Browse files
committed
Improved folder and file check
1 parent c64dbd7 commit a167990

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/validate-macsetup.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ jobs:
5858
echo "tools.json not found in $macsetup_dir"
5959
exit 1
6060
fi
61+
echo "folder and file exists"
6162
tools=$(jq -c '.[]' "$macsetup_dir/tools.json")
6263
for tool in $tools; do
6364
name=$(echo "$tool" | jq -r '.name')

0 commit comments

Comments
 (0)