6 lines
208 B
YAML
6 lines
208 B
YAML
|
# Reference workflow file in ".github folder"
|
||
|
# to allow local development and workflow with one configuration
|
||
|
|
||
|
extends: "./.github/.markdownlint.yaml"
|
||
|
|
||
|
# Any configuration should be done in the workflow file
|