Skip to content

Initial commit R1.1

Initial commit R1.1 #4

Workflow file for this run

name: "DRC & ERC"
on:
push:
paths:
- "*.sch"
- "*.kicad_pcb"
- "*.kibot.yaml"
- ".github/workflows/kibot_build.yml"
pull_request:
paths:
- "*.sch"
- "*.kicad_pcb"
- "*.kibot.yaml"
- ".github/workflows/kibot_build.yml"
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: KiCAD test & build
uses: INTI-CMNB/KiBot@v2_k6
with:
config: config.kibot.yaml
dir: output
schema: "Serial Bread.kicad_sch"
board: "Serial Bread.kicad_pcb"