Runs the KiCad DRC (design rules checker) on the provided .kicad_pcb file
See this list for related actions
.github/workflows/drc.yml
name: Run DRC on PCB
on: push
jobs:
run:
runs-on: ubuntu-latest
steps:
- name: Checkout to latest commit
uses: actions/checkout@v4
- name: Run DRC
uses: maartin0/kicad-drc-action@v1
with:
pcb: project_name.kicad_pcb