mirror of
https://github.com/awesome-selfhosted/awesome-selfhosted.git
synced 2025-07-01 17:10:56 +00:00
Update Dangerfile
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user