Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4efced5 commit 4bd6187Copy full SHA for 4bd6187
static/schema/schema.v2.json
@@ -575,6 +575,19 @@
575
"additionalProperties": false,
576
"default": {},
577
"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."
591
}
592
},
593
0 commit comments