Refactor blueprints to make them easier to import #4

Merged
nathanwoodburn merged 18 commits from feat/blueprint_imports into main 2025-10-30 21:44:48 +11:00
Showing only changes of commit bfc6652f29 - Show all commits

View File

@@ -7,7 +7,12 @@ jobs:
RuffCheck:
runs-on: [ubuntu-latest, amd]
steps:
- uses: actions/checkout@v2
- name: Checkout repository
uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.x'
- name: Install Ruff
run: pip install ruff
- name: Run Ruff