actions-marketplace-validations/Generate KiCad files
Generate KiCad files like a pdf schematic, bom files, etc.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Apr 5, 2025
- License
- GPL 3.0
Pinned Snippet
uses: actions-marketplace-validations/actions-for-kicad_generate-kicad-files@487f1f6d483220e868922a1dc5f05138cab5fc1b # no releases — HEAD as of 2026-07-16tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| file | The location to the schematic or PCB file. | yes | — |
| type | Export 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 | — |
| layers | The 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-white | Export schematic in black and white. The black-and-white option be used when exporting the following types: - schematic_pdf - schematic_svg | — | false |
Outputs
no outputs