actions-marketplace-validations/Generate KiCad files

Generate KiCad files like a pdf schematic, bom files, etc.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Maintainedlast commit Apr 5, 2025
License
GPL 3.0

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-marketplace-validations/actions-for-kicad_generate-kicad-files@487f1f6d483220e868922a1dc5f05138cab5fc1b # no releases — HEAD as of 2026-07-16

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
fileThe location to the schematic or PCB file.yes
typeExport type, choose one of the following: - schematic_pdf - schematic_svg - schematic_bom - schematic_netlist - pcb_step - pcb_pos - pcb_gerbers - pcb_drill - pcb_gerbers_drill yes
layersThe layers that need to be exported in a comma separated list. Example: "F.Cu,B.cu". If no layers are given, all layers are exported. This input can be used when exporting the following types: - pcb_gerbers - pcb_gerbers_drill
black-and-whiteExport schematic in black and white. The black-and-white option be used when exporting the following types: - schematic_pdf - schematic_svg false

no outputs