Skip to content

maartin0/kicad-erc-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 ERC Checker

Runs the KiCad ERC (electrical rules checker) on the provided .kicad_sch file

See this list for related actions

Example

.github/workflows/erc.yml

name: Run ERC on schematic

on: push

jobs:
  run:
    runs-on: ubuntu-latest
    steps:
      - name: Checkout to latest commit
        uses: actions/checkout@v4

      - name: Run ERC
        uses: maartin0/kicad-erc-action@v1
        with:
          sch: project_name.kicad_sch

About

An action to run the KiCad ERC on a provided .kicad_sch file

Resources

Stars

Watchers

Forks

Packages