1
0
mirror of https://github.com/dkhamsing/open-source-ios-apps.git synced 2024-12-23 14:57:59 +01:00
App-Open-Source-per-iPhone-.../Dangerfile
2019-04-07 08:17:32 -07:00

15 lines
363 B
Ruby
Executable File

# Check links
def ab_results(file)
require 'json'
results = File.read file
j = JSON.parse results
if j['error']==true
warn j['title']
markdown j['message']
end
end
ab_results 'ab-results-check-info.txt-markdown-table.json'
ab_results 'ab-results-check-links.txt-markdown-table.json'
ab_results 'ab-results-check-unique.txt-markdown-table.json'