worlickwerx / pi-parport

retro parallel port for raspberry pi
GNU General Public License v2.0
67 stars 12 forks source link

ci: add kicad ERC/DRC checks for v5 hardawre #70

Closed garlick closed 2 months ago

garlick commented 2 months ago

Problem: it's too easy to commit kicad changes with errors.

Create a github action that runs ERC and DRC checks via kicad-cli. This should flag any problems with PRs and make the approval process a little easier.

garlick commented 2 months ago

Thanks! I borrowed that script from another of my projects that uses automake's test hooks, where arguments cannot be passed on the command line from the makefile