mirror of
https://github.com/awesome-selfhosted/awesome-selfhosted.git
synced 2024-11-30 10:56:51 +01:00
Fix dangerfile
This commit is contained in:
parent
c99de42097
commit
4c67cc50ed
10
Dangerfile
10
Dangerfile
@ -27,10 +27,10 @@ end
|
||||
# Check syntax
|
||||
if has_readme_changes
|
||||
require 'json'
|
||||
results = File.read 'syntaxcheck.json'
|
||||
j = JSON.parse results
|
||||
if j['error']==true
|
||||
fail j['title']
|
||||
markdown j['message']
|
||||
syntaxresults = File.read 'syntaxcheck.json'
|
||||
sj = JSON.parse syntaxresults
|
||||
if sj['error']==true
|
||||
fail sj['title']
|
||||
markdown sj['message']
|
||||
end
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user