fix: clean up workflow YAML formatting

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
torlando-tech 2025-12-29 23:59:23 -05:00
commit b1f57fa658
2 changed files with 3 additions and 9 deletions

View file

@ -155,9 +155,7 @@ jobs:
pip install rns bleak bluezero dbus-python
- name: Create package structure
run: |
touch src/ble_reticulum/__init__.py
run: touch src/ble_reticulum/__init__.py
- name: Run tests
run: |

View file

@ -80,9 +80,7 @@ jobs:
pip install rns bleak bluezero dbus-python
- name: Create package structure
run: |
touch src/ble_reticulum/__init__.py
run: touch src/ble_reticulum/__init__.py
- name: Run unit tests
run: |
@ -133,9 +131,7 @@ jobs:
pip install rns bleak bluezero dbus-python
- name: Create package structure
run: |
touch src/ble_reticulum/__init__.py
run: touch src/ble_reticulum/__init__.py
- name: Run integration tests
run: |