|
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)? |
Answered by
usbalbin
Oct 9, 2024
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. |
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
So something like this?