Skip to content

feat(hw): Adds PV module voltage and current sensing (#3) #14

feat(hw): Adds PV module voltage and current sensing (#3)

feat(hw): Adds PV module voltage and current sensing (#3) #14

Workflow file for this run

name: πŸ€– KiCad Export
on:
push:
branches: ["**"]
paths: ["**/*.kicad_*"]
permissions:
contents: write
env:
IMAGE_TAG: pipeline
defaults:
run:
working-directory: hardware/KiCad
jobs:
kicad-export:
name: πŸ€– KiCad Export
runs-on: ubuntu-latest
steps:
- name: πŸ›’ Checkout
uses: actions/checkout@v4
- name: πŸƒ Install just
uses: extractions/setup-just@v1
- name: 1️⃣ OpenMI
run: just export OpenMI
- name: πŸ’¬ Commit & Push
uses: EndBug/add-and-commit@v9
with:
default_author: github_actions
message: "chore: πŸ€– KiCad export"