Add Prettier for YAML formatting to Ultralytics Actions (#13236)
Co-authored-by: UltralyticsAssistant <web@ultralytics.com>
This commit is contained in:
parent
f67f5d707b
commit
25e7054a9c
1 changed files with 2 additions and 1 deletions
3
.github/workflows/format.yml
vendored
3
.github/workflows/format.yml
vendored
|
|
@ -20,7 +20,8 @@ jobs:
|
|||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }} # automatically generated, do not modify
|
||||
python: true # format Python code and docstrings
|
||||
markdown: true # format Markdown and YAML
|
||||
markdown: true # format Markdown
|
||||
prettier: true # format YAML
|
||||
spelling: true # check spelling
|
||||
links: false # check broken links
|
||||
summary: true # print PR summary with GPT4 (requires 'openai_api_key' or 'openai_azure_api_key' and 'openai_azure_endpoint')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue