Skip to content

maartin0/kicad-drc-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KiCad DRC Checker

Runs the KiCad DRC (design rules checker) on the provided .kicad_pcb file

See this list for related actions

Example

.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

About

An action to run the KiCad DRC on a provided .kicad_pcb file

Resources

Stars

Watchers

Forks

Packages