Skip to content

Commit

Permalink
Updated github workflows for validation
Browse files Browse the repository at this point in the history
  • Loading branch information
bhanu-lab committed Dec 28, 2024
1 parent 52a71a3 commit c0be589
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validate-macsetup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
run: |
# Read validation commands from config/tools.json and run them
macsetup_dir="$HOME/.macsetup"
tools=$(jq -c '.[]?' "$macsetup_dir/tools.json")
tools=$(jq -c '.[]' "$macsetup_dir/tools.json")
for tool in $tools; do
name=$(echo "$tool" | jq -r '.name')
verify_command=$(echo "$tool" | jq -r '.verify_command')
Expand Down

0 comments on commit c0be589

Please sign in to comment.