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.
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
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.