Add Prettier for YAML formatting to Ultralytics Actions (#13236)

Co-authored-by: UltralyticsAssistant <web@ultralytics.com>
This commit is contained in:
Glenn Jocher 2024-05-30 12:31:43 +02:00 committed by GitHub
parent f67f5d707b
commit 25e7054a9c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -20,7 +20,8 @@ jobs:
with: with:
token: ${{ secrets.GITHUB_TOKEN }} # automatically generated, do not modify token: ${{ secrets.GITHUB_TOKEN }} # automatically generated, do not modify
python: true # format Python code and docstrings 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 spelling: true # check spelling
links: false # check broken links 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') summary: true # print PR summary with GPT4 (requires 'openai_api_key' or 'openai_azure_api_key' and 'openai_azure_endpoint')