Skip to content

Merge pull request #15 from NickGuyver/bom-updates #39

Merge pull request #15 from NickGuyver/bom-updates

Merge pull request #15 from NickGuyver/bom-updates #39

Workflow file for this run

name: Build PCBs
on:
workflow_call:
push:
# paths:
# - "*.kicad_sch"
# - "*.kicad_pcb"
# - "*.kicad_pro"
# - "kibot.yml"
pull_request:
# paths:
# - "*.kicad_sch"
# - "*.kicad_pcb"
# - "*.kicad_pro"
# - "kibot.yml"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: INTI-CMNB/KiBot@v2_k9
with:
config: kibot.yml
dir: output
schema: 'FACET.kicad_sch'
board: 'FACET.kicad_pcb'
- name: upload results
if: ${{ always() }}
uses: actions/upload-artifact@v4
with:
name: output
path: output