Add-on-template/.allspice/workflows/add-on-workflow-example.yml
Daniel Lindmark 5439ce4483
Some checks failed
Lint and test / Test (3.10) (pull_request) Failing after 9s
Lint and test / Test (3.11) (pull_request) Failing after 9s
Example AllSpice Add-on Template / hardware-devops (pull_request) Failing after 1s
Lint and test / Test (3.12) (pull_request) Failing after 9s
Example AllSpice Add-on Template / hardware-devops (push) Successful in 12s
Change Add-on name to explicit URL@V
2024-07-21 20:10:07 -05:00

22 lines
619 B
YAML

name: Example AllSpice Add-on Template
on: [push, pull_request]
jobs:
hardware-devops:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Run Hardware DevOps Action
uses: https://hub.allspice.io/AllSpice-Demos/Add-on-template@v0.1
with:
source_path: ".allspice/examples/input.txt"
output_file_name: "output.txt"
config_file: ".allspice/examples/config.yml"
task_type: "Schematic-Review"
additional_params: '{"SCH_VER":"3"}'
env:
ALLSPICE_TOKEN: ${{ allspice.token }}