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:
parent
463383dc39
commit
b1f57fa658
2 changed files with 3 additions and 9 deletions
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
|
|
@ -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: |
|
||||
|
|
|
|||
8
.github/workflows/test.yml
vendored
8
.github/workflows/test.yml
vendored
|
|
@ -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: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue