1
0
mirror of synced 2025-12-25 11:06:55 -05:00

Fixed "Ensure no file change" build issue. Only checkstyle changes, no logic chnages (#17885)

This commit is contained in:
Eugene
2022-10-12 15:06:28 +03:00
committed by GitHub
parent 0abeff9289
commit 33dfd5d6be
130 changed files with 4836 additions and 6725 deletions

View File

@@ -24,19 +24,13 @@
"type": "string"
},
"html_url": {
"type": [
"string",
"null"
]
"type": ["string", "null"]
},
"status": {
"type": "string"
},
"conclusion": {
"type": [
"string",
"null"
]
"type": ["string", "null"]
},
"started_at": {
"format": "date-time",
@@ -44,10 +38,7 @@
},
"completed_at": {
"format": "date-time",
"type": [
"string",
"null"
]
"type": ["string", "null"]
},
"name": {
"type": "string"
@@ -61,10 +52,7 @@
"type": "string"
},
"conclusion": {
"type": [
"string",
"null"
]
"type": ["string", "null"]
},
"name": {
"type": "string"
@@ -74,17 +62,11 @@
},
"started_at": {
"format": "date-time",
"type": [
"string",
"null"
]
"type": ["string", "null"]
},
"completed_at": {
"format": "date-time",
"type": [
"string",
"null"
]
"type": ["string", "null"]
}
}
}
@@ -99,28 +81,16 @@
}
},
"runner_id": {
"type": [
"integer",
"null"
]
"type": ["integer", "null"]
},
"runner_name": {
"type": [
"string",
"null"
]
"type": ["string", "null"]
},
"runner_group_id": {
"type": [
"integer",
"null"
]
"type": ["integer", "null"]
},
"runner_group_name": {
"type": [
"string",
"null"
]
"type": ["string", "null"]
}
}
}
}