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
|
# Check links
|
||||||
require 'json'
|
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
|
j = JSON.parse results
|
||||||
if j['error']==true
|
if j['error']==true
|
||||||
m = j['title']
|
m = j['title']
|
||||||
|
|
Loading…
Reference in a new issue