cleanup
All checks were successful
kibot / generate_outputs (push) Successful in 1m49s

This commit is contained in:
Brendan Haines 2024-02-22 22:13:10 -07:00
parent bd31bd60a9
commit c324aef3a7

View File

@ -1,35 +1,8 @@
name: kibot
on: [push]
# push:
# paths:
# - '**.sch'
# - '**.kicad_pcb'
# pull_request:
# paths:
# - '**.sch'
# - '**.kicad_pcb'
jobs:
# ERC:
# runs-on: ubuntu-latest
# # container: ghcr.io/inti-cmnb/kicad7_auto_full:latest
# # container: setsoft/kicad_debian:latest
# steps:
# - uses: actions/checkout@v4
# - name: Run ERC
# run: |
# [ -f *.sch ] && kiplot -d Fabrication -s update_xml,run_drc -i
# - name: Retrieve results
# uses: actions/upload-artifact@v1
# with:
# name: ERC_Output
# path: Fabrication
example:
generate_outputs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2