added cc1 and cc2 caps which were missing from PCB design, added more… #17
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: CI Pipeline | |
on: | |
push: | |
pull_request: | |
workflow_dispatch: | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout code | |
uses: actions/checkout@v4 | |
- name: Build | |
uses: docker://ghcr.io/atopile/atopile-kicad:napowderly-upgrade-ci-kicad8 | |
- name: Upload Combined Artifacts | |
uses: actions/upload-artifact@v3 | |
with: | |
name: build | |
path: build |