apcountryman / prototype-kicad-project-ci-cd

KiCad project CI/CD prototype.
Other
0 stars 1 forks source link

Fix check-design-rules-compliance CI script --ignore-unconnected-nets option handling #51

Closed jaylamb closed 2 years ago

jaylamb commented 2 years ago

When running the check-design-rules-compliance CI script, if the --ignore-unconnected-nets input argument is provided, the script prematurely exits due to an exit within the case.

When the argument is not provided, the script fails to execute.