Skip to content

Commit

Permalink
Merge branch 'master' into test_tang
Browse files Browse the repository at this point in the history
  • Loading branch information
UltralyticsAssistant committed May 30, 2024
2 parents 4bf094a + c0380fd commit 279eee2
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: false # 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 279eee2

Please sign in to comment.