diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index 053645d..27b2c7d 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -1,6 +1,6 @@ -# Ultralytics 🚀, AGPL-3.0 license -# Ultralytics Format Workflow -# This workflow automatically formats code and documentation in pull requests and pushes to main branch +# 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 @@ -14,7 +14,10 @@ jobs: format: runs-on: ubuntu-latest steps: - - name: Checkout Repository - uses: actions/checkout@v4 - - name: Run Ultralytics Formatting Actions + - name: Run Ultralytics Formatting uses: ultralytics/actions@main + with: + python: true + docstrings: true + markdown: true + spelling: true diff --git a/README.md b/README.md index e9bfc93..fb8397d 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ After cloning, add it to your MATLAB path: ``` Make sure you have the following toolboxes installed: + - `Statistics and Machine Learning Toolbox` - `Signal Processing Toolbox` @@ -38,6 +39,7 @@ Launch the 3D reconstruction in MATLAB with ease: Your insights can help enhance the project! We are thrilled to collaborate with our community. To get started, please review our [Contributing Guide](https://docs.ultralytics.com/help/contributing) and fill out the [Survey](https://ultralytics.com/survey?utm_source=github&utm_medium=social&utm_campaign=Survey). Your feedback drives our improvements. A heartfelt thank you goes out to everyone who has already contributed! + Meet our open-source contributors