Browse Source

Update Dangerfile

pull/878/head
n8225 8 years ago
committed by GitHub
parent
commit
2baa3cff6f
  1. 3
      Dangerfile

3
Dangerfile

@ -15,8 +15,9 @@ j = JSON.parse results
if j['error']==true
fail j['title']
markdown j['message']
end
# Check syntx
# Check syntax
require 'json'
results = File.read 'syntaxcheck.json'
j = JSON.parse results

Loading…
Cancel
Save