Skip to content

[Release] 0.1.80 (#237) #755

[Release] 0.1.80 (#237)

[Release] 0.1.80 (#237) #755

Workflow file for this run

# # Ultralytics 🚀 - AGPL-3.0 license
# # Ultralytics Actions https://github.com/ultralytics/actions
# # This workflow automatically formats code and documentation in PRs to official Ultralytics standards
# name: Ultralytics Actions
# on:
# push:
# branches: [main]
# pull_request:
# branches: [main]
# types: [opened, closed, synchronize]
# jobs:
# format:
# runs-on: ubuntu-latest
# steps:
# - name: Run Ultralytics Formatting
# uses: ultralytics/actions@main
# with:
# token: ${{ secrets.GITHUB_TOKEN }} # automatically generated, do not modify
# python: true # format Python code and docstrings
# markdown: true # format Markdown
# prettier: true # format YAML
# spelling: true # check spelling
# links: false # check broken links