Skip to content

Commit

Permalink
style: lint JSON files
Browse files Browse the repository at this point in the history
  • Loading branch information
octokitbot committed Dec 29, 2022
1 parent e69d6ec commit 8e5b973
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
{
"action": "renamed",
"changes": {
"login": {
"from": "Octocoders"
}
},
"changes": { "login": { "from": "Octocoders" } },
"organization": {
"login": "Octocoders",
"id": 38302899,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@
"login": {
"type": "object",
"required": ["from"],
"properties": {
"from": { "type": "string" }
},
"properties": { "from": { "type": "string" } },
"additionalProperties": false
}
},
Expand Down

0 comments on commit 8e5b973

Please sign in to comment.