Skip to content

Commit

Permalink
Add Prettier for YAML formatting to Ultralytics Actions (#2217)
Browse files Browse the repository at this point in the history
* Add Prettier for YAML formatting to Ultralytics Actions

* Update format.yml
  • Loading branch information
glenn-jocher committed Jun 8, 2024
1 parent e9fc378 commit 0d2eccf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,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: true # check broken links
summary: true # print PR summary with GPT4 (requires 'openai_api_key' or 'openai_azure_api_key' and 'openai_azure_endpoint')
Expand Down

0 comments on commit 0d2eccf

Please sign in to comment.