Skip to content

Commit

Permalink
test kibot 001
Browse files Browse the repository at this point in the history
  • Loading branch information
Strooom committed Nov 27, 2024
1 parent 12bc9f2 commit 3183657
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/kibot/main.kibot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,17 +33,30 @@ outputs:

# BOM outputs
- name: 'Interactive BOM'
comment: "Bill of Materials in interactive HTML format"
type: ibom
dir: 'bom'
category: 'bom'
options:
extra_fields: 'manufacturerPartNumber, mouserPartNumber'

- name: 'CSV export'
comment: "Bill of Materials in CSV format"
type: bom
dir: 'bom'
category: 'bom'

- name: 'HTML export'
comment: "Bill of Materials in HTML format"
type: bom
dir: 'bom'
category: 'bom'
options:
format: HTML
columns:
- field: manufacturerPartNumber
- field: mouserPartNumber

# PCB outputs
- name: 'print_pcb'
dir: 'pcb'
Expand Down

0 comments on commit 3183657

Please sign in to comment.