Skip to content

Commit 13a4e67

Browse files
authored
fix: add additionalItems prop for string arrays for workflow.job.runs-on prop (SchemaStore#4617)
1 parent 8903ea6 commit 13a4e67

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/schemas/json/github-workflow.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -680,7 +680,10 @@
680680
"type": "string"
681681
}
682682
],
683-
"minItems": 1
683+
"minItems": 1,
684+
"additionalItems": {
685+
"type": "string"
686+
}
684687
}
685688
]
686689
},

0 commit comments

Comments
 (0)