Skip to content

feat: initial release #1

feat: initial release

feat: initial release #1

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/USB-Cable-Tester.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/USB-Cable-Tester.kicad_pcb