Skip to content

Commit 4bd6187

Browse files
Update schema.v2.json
1 parent 4efced5 commit 4bd6187

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

static/schema/schema.v2.json

+13
Original file line numberDiff line numberDiff line change
@@ -575,6 +575,19 @@
575575
"additionalProperties": false,
576576
"default": {},
577577
"description": "Buf offers linting for Protobuf files."
578+
},
579+
"actionlint": {
580+
"type": "object",
581+
"properties": {
582+
"enabled": {
583+
"type": "boolean",
584+
"default": true,
585+
"description": "Enable Actionlint | is a static checker for GitHub Actions workflow files. | v1.7.1"
586+
}
587+
},
588+
"additionalProperties": false,
589+
"default": {},
590+
"description": "actionlint is a static checker for GitHub Actions workflow files."
578591
}
579592
},
580593
"additionalProperties": false,

0 commit comments

Comments
 (0)