Skip to content

Commit 7131a80

Browse files
committed
CI fixes
1 parent 9266c55 commit 7131a80

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

specifications/pattern-schema/pattern-schema-dev.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44
"title": "Ansible Pattern Schema",
55
"description": "A schema for validating Ansible pattern definitions",
66
"type": "object",
7-
"x-ansible-lint": ["patterns/*/meta/pattern.json"],
7+
"x-ansible-lint": [
8+
"patterns/*/meta/pattern.json"
9+
],
810
"required": [
911
"schema_version",
1012
"name",

0 commit comments

Comments
 (0)