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 0c490625a9 - Show all commits

View File

@@ -9,7 +9,9 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Set up Python
run: apt-get install python3-pip
run: |
apt update
apt install -y python3 python3-pip
- name: Install Ruff
run: pip install ruff
- name: Run Ruff