Skip to content

Update to ultralytics/action in CI #31

Update to ultralytics/action in CI

Update to ultralytics/action in CI #31

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 # Specifies that the job should run on the latest version of Ubuntu
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Run Ultralytics Formatting Action
uses: ultralytics/action@main