From cc50906ade959a16d02380056936c3b8383556dd Mon Sep 17 00:00:00 2001 From: Ultralytics AI Assistant <135830346+UltralyticsAssistant@users.noreply.github.com> Date: Mon, 1 Jan 2024 22:47:19 +0100 Subject: [PATCH] Update format.yml (#11) Co-authored-by: glenn-jocher --- .github/workflows/format.yml | 15 +++++++++------ README.md | 3 +-- 2 files changed, 10 insertions(+), 8 deletions(-) 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 c323030..422bef0 100644 --- a/README.md +++ b/README.md @@ -39,8 +39,7 @@ You can run the WAVE models using the following scripts: Explore the beauty of waveform signals and training process visualization with the images below: -![Waveform Signals](https://github.com/ultralytics/wave/blob/master/data/waveforms.png "Waveform signals captured by the detector.") -![Training Visualization](https://github.com/ultralytics/wave/blob/master/data/wave.png "Visualization of the training process.") +![Waveform Signals](https://github.com/ultralytics/wave/blob/master/data/waveforms.png "Waveform signals captured by the detector.") ![Training Visualization](https://github.com/ultralytics/wave/blob/master/data/wave.png "Visualization of the training process.") # 📜 Citation