mirror of
https://github.com/awesome-selfhosted/awesome-selfhosted.git
synced 2025-04-23 05:12:09 +02:00
Update Dangerfile
This commit is contained in:
parent
a04c04f968
commit
2baa3cff6f
1 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue