Skip to content

Commit

Permalink
i guess spaces in titles aren't okay
Browse files Browse the repository at this point in the history
  • Loading branch information
garyhtou committed Oct 7, 2024
1 parent 19ae436 commit 72f1f3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Validate unique network_ids in merchants.yaml
run: |
DUPLICATES="$(yq 'map(.network_ids) | flatten | sort' lib/yellow_pages/merchants.yaml | uniq -cd)"
echo "::error title=Duplicate network_ids found (count - "id")::${DUPLICATES}"
echo "::error ::${DUPLICATES}"
if [[ DUPLICATES ]]; then exit 1; else exit 0; fi
- name: Validate categories.yaml
run: ajv -s lib/yellow_pages/categories.schema.json -d lib/yellow_pages/categories.yaml --errors=text

0 comments on commit 72f1f3b

Please sign in to comment.