mirror of
https://github.com/serhii-londar/open-source-mac-os-apps
synced 2024-11-10 06:04:15 +00:00
Ci fixes
This commit is contained in:
parent
0ca019641e
commit
ec2d8957cc
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ warn 'Please update the Pull Request title to contain the library name' if githu
|
|||
|
||||
# Check links
|
||||
require 'json'
|
||||
results = File.read 'ab-results-README.md-markdown-table.json'
|
||||
results = File.read 'ab-results-applications.json-markdown-table.json'
|
||||
j = JSON.parse results
|
||||
if j['error']==true
|
||||
m = j['title']
|
||||
|
|
Loading…
Reference in a new issue