Type object
File match **/.github/workflow-templates/**.properties.json
Schema URL https://catalog.lintel.tools/schemas/github/github-workflow-template-properties/latest.json
Source https://www.schemastore.org/github-workflow-template-properties.json

Validate with Lintel

npx @lintel/lintel check
Type: object

Properties

description string required
Examples: "Sample description"
minLength=1
iconName string

A workflow template icon Must be the name of an SVG file, without the file name extension, stored in the workflow-templates directory https://docs.github.com/en/actions/using-workflows/creating-starter-workflows-for-your-organization#creating-a-starter-workflow

Examples: "Sample icon"
minLength=1
filePatterns string[]

A file name pattern to match against repository to enable this workflow when match is succeed https://docs.github.com/en/actions/using-workflows/creating-starter-workflows-for-your-organization#creating-a-starter-workflow

minItems=1uniqueItems=true