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 67e8b4cf7e - Show all commits

View File

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