DEV Community

Cover image for Kicad Helper Workflow
boredom101
boredom101

Posted on

Kicad Helper Workflow

My Workflow

A workflow for KiCAD that adds images of the back and front, as well as a bill of materials, of the design for easier viewing and collaboration.

How to use:

  1. Copy the workflow to your repository.
  2. Replace the environment variables at the top.
    • PUSH_NAME - name of the user that pushes the additions
    • PUSH_USER - username of the user that pushes the additions
    • PUSH_MESSAGE - the commit message
  3. Profit

Ran action:

Image:
View of the diff

Submission Category:

Wacky Wildcards

Yaml File or Link to Code

GitHub logo boredom101 / kicad-test

A test of the KiCad GitHub Action

Kicad Workflow

A workflow that adds images of the back and front, as well as a bill of materials, of the design for easier viewing and collaboration.

How to use:

  1. Copy the workflow to your repository.
  2. Replace the environment variables at the top.
    • PUSH_NAME - name of the user that pushes the additions
    • PUSH_USER - username of the user that pushes the additions
    • PUSH_MESSAGE - the commit message
  3. Profit



Additional Resources / Info

This mainly uses the KiBot action (https://github.com/INTI-CMNB/KiBot)

Top comments (0)