Skip to content

Commit

Permalink
Update format.yml (#11)
Browse files Browse the repository at this point in the history
Co-authored-by: glenn-jocher <glenn.jocher@ultralytics.com>
  • Loading branch information
UltralyticsAssistant and glenn-jocher committed Jan 1, 2024
1 parent 0c96305 commit cc50906
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
15 changes: 9 additions & 6 deletions .github/workflows/format.yml
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit cc50906

Please sign in to comment.