Skip to content

style: board and schematics cleanup #10

style: board and schematics cleanup

style: board and schematics cleanup #10

Workflow file for this run

name: CI
on:
push:
branches:
- main
paths:
- "pcb/*.kicad_*"
- "kibot.yml"
- ".github/workflows/ci.yml"
jobs:
check:
name: Check
uses: Qeteshpony/reusable-workflows/.github/workflows/kibot-check.yml@main
with:
config-file: kibot.yml
board-file: pcb/AC-Controller.kicad_pcb
docs:
name: Docs
needs: check
uses: Qeteshpony/reusable-workflows/.github/workflows/kibot-docs.yml@main
with:
config-file: kibot.yml
board-file: pcb/AC-Controller.kicad_pcb