From 25e7054a9c065dda8af32c9b4aacae99db68f61b Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Thu, 30 May 2024 12:31:43 +0200 Subject: [PATCH] Add Prettier for YAML formatting to Ultralytics Actions (#13236) Co-authored-by: UltralyticsAssistant --- .github/workflows/format.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index 470d4f34..891053fa 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -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')