Skip to content

Update format.yml (#6) #3

Update format.yml (#6)

Update format.yml (#6) #3

Workflow file for this run

# Ultralytics 🚀, AGPL-3.0 license
# Ultralytics Format Workflow
# This workflow automatically formats code and documentation in pull requests and pushes to main branch
name: Ultralytics Format
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
format:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Run Ultralytics Formatting Action
uses: ultralytics/action@main