Ultralytics Refactor https://ultralytics.com/actions (#13484)
Refactor code for speed and clarity Co-authored-by: UltralyticsAssistant <web@ultralytics.com>pull/13486/head
parent
f003c3df9e
commit
6981c2742a
|
@ -18,7 +18,7 @@ jobs:
|
|||
- name: Run Ultralytics Formatting
|
||||
uses: ultralytics/actions@main
|
||||
with:
|
||||
token: ${{ secrets._GITHUB_TOKEN || secrets.GITHUB_TOKEN}}
|
||||
token: ${{ secrets._GITHUB_TOKEN || secrets.GITHUB_TOKEN }}
|
||||
labels: true # autolabel issues and PRs
|
||||
python: true # format Python code and docstrings
|
||||
prettier: true # format YAML, JSON, Markdown and CSS
|
||||
|
|
Loading…
Reference in New Issue