Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
wwwanlingxiao
public-apis
Commits
3f4df1b7
Unverified
Commit
3f4df1b7
authored
Oct 31, 2017
by
Ian Havelock
Committed by
GitHub
Oct 31, 2017
Browse files
Merge pull request #2 from toddmotto/master
Merge
parents
619a95ba
a461a61c
Changes
5
Expand all
Show whitespace changes
Inline
Side-by-side
README.md
View file @
3f4df1b7
This diff is collapsed.
Click to expand it.
build/main.sh
View file @
3f4df1b7
...
...
@@ -16,6 +16,17 @@ else
cat
additions.txt
echo
"------- END ADDITIONS ------"
LINK_FILE
=
additions.txt
echo
"checking if /json was changed..."
if
egrep
"
\+
{3}
\s
.
\/
json
\/
"
diff.txt
>
json.txt
;
then
echo
"JSON files are auto-generated! Please do not update these files:"
cat
json.txt
exit
1
else
echo
"/json check passed!"
rm
json.txt
fi
fi
echo
"running format validation..."
...
...
json/README.md
0 → 100644
View file @
3f4df1b7
# This directory contains auto-generated JSON. Do not modify.
json/entries.json
View file @
3f4df1b7
This diff is collapsed.
Click to expand it.
json/entries.min.json
View file @
3f4df1b7
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment