-
What is the best practice for setting up KiBot github actions for a monorepo like this? hardware/
pcb_foo/
pcb_foo.kicad_sch
pcb_foo.kicad_pcb
pcb_bar/
pcb_bar.kicad_sch
pcb_bar.kicad_pcb
firmware/
... Where do I put the kibot config files? In the root or inside the corresponding subdirectory? How do I get the KiBot action to run in the sub directory(or should I)? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
I'll suggest the last.
You don't need to do it. You just need to provide the names including the directory. The GitHub Action will run at the root of the workspace. |
Beta Was this translation helpful? Give feedback.
So something like this?