Skip to content

Commit

Permalink
Add Ultralytics actions workflow in format.yml (#71)
Browse files Browse the repository at this point in the history
* Add format workflow`

* Auto-format by Ultralytics actions

* 'Refactored by Sourcery' (#72)

Co-authored-by: Sourcery AI <>

* Auto-format by Ultralytics actions

---------

Co-authored-by: glenn-jocher <[email protected]>
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
  • Loading branch information
3 people authored Jan 1, 2024
1 parent 3762c5e commit 67f83e6
Show file tree
Hide file tree
Showing 4 changed files with 309 additions and 191 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/format.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# 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 Actions

on:
push:
branches: [main,master]
pull_request:
branches: [main,master]

jobs:
format:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Run Ultralytics Formatting Actions
uses: ultralytics/actions@main
Loading

0 comments on commit 67f83e6

Please sign in to comment.