We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 808d42a commit 52a71a3Copy full SHA for 52a71a3
.github/workflows/validate-macsetup.yaml
@@ -41,7 +41,8 @@ jobs:
41
- name: Validate installation
42
run: |
43
# Read validation commands from config/tools.json and run them
44
- tools=$(jq -c '.[]' config/tools.json)
+ macsetup_dir="$HOME/.macsetup"
45
+ tools=$(jq -c '.[]?' "$macsetup_dir/tools.json")
46
for tool in $tools; do
47
name=$(echo "$tool" | jq -r '.name')
48
verify_command=$(echo "$tool" | jq -r '.verify_command')
0 commit comments