KiCad-Actions-Demo/.allspice/workflows/KiCad-Actions-Workflow-Demo.yml
AllSpiceAlice a9458ad0c3
All checks were successful
manufacturing-outputs / Generate-Manufacturing-Outputs (push) Successful in 18s
Add .allspice/workflows/KiCad-Actions-Workflow-Demo.yml
2024-09-06 20:06:19 +00:00

23 lines
524 B
YAML

name: manufacturing-outputs
on:
push:
release:
types: [published, edited]
jobs:
Generate-Manufacturing-Outputs:
runs-on: ubuntu-latest
container:
image: allspice/kicad:8.0-releases
steps:
- name: "Check out repository code"
uses: actions/checkout@v4
- name: "Print variables"
run: |
echo ${{vars.SCH_FILENAME}}
echo ${{vars.PCB_FILENAME}}
- name: "Install python requirements"
run: pip install -r .allspice/utils/requirements.txt