Skip to content

Commit

Permalink
Update KLC Compliance Check
Browse files Browse the repository at this point in the history
  • Loading branch information
ssewell committed Aug 20, 2023
1 parent 809680f commit 745410e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/kicad-klc-check.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI
name: "KLC Compliance Check"

on:
# Triggers the workflow on push or pull request events but only for the "main" branch
Expand All @@ -24,4 +24,4 @@ jobs:
python-version: '3.10.11'

- name: Run KiCad KLC Footprint Check
run: python ./library-utils\klc-check\check_footprint.py ./SimPanel.pretty/*
run: python ./library-utils/klc-check/check_footprint.py ./SimPanel.pretty/*

0 comments on commit 745410e

Please sign in to comment.