File tree Expand file tree Collapse file tree 8 files changed +69835
-47388
lines changed Expand file tree Collapse file tree 8 files changed +69835
-47388
lines changed Original file line number Diff line number Diff line change 13
13
runs-on : ubuntu-latest
14
14
steps :
15
15
- uses : actions/checkout@v4
16
+ with :
17
+ submodules : true
16
18
- name : gitmarker
17
19
run : " for i in *.kicad_pcb; do git rev-parse --short HEAD | xargs -I % sed -i 's/{GITHASH}/%/g' $i; done" # add git marker
18
- - uses : INTI-CMNB/KiBot@v2_k7
20
+ - uses : INTI-CMNB/KiBot@v2_k8
19
21
with :
20
22
# Required - kibot config file
21
23
config : config.kibot.yaml
Original file line number Diff line number Diff line change @@ -15,12 +15,14 @@ jobs:
15
15
steps :
16
16
- name : Checkout code
17
17
uses : actions/checkout@v4
18
+ with :
19
+ submodules : true
18
20
- name : Set tag hash
19
21
id : tag
20
22
run : echo "hash=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT
21
23
- name : gitmarker
22
24
run : " for i in *.kicad_pcb; do sed -i 's/{GITHASH}/${{ steps.tag.outputs.hash }}/g' $i; done" # add git marker
23
- - uses : INTI-CMNB/KiBot@v2_k7
25
+ - uses : INTI-CMNB/KiBot@v2_k8
24
26
with :
25
27
# Required - kibot config file
26
28
config : config.kibot.yaml
Original file line number Diff line number Diff line change @@ -15,12 +15,14 @@ jobs:
15
15
steps :
16
16
- name : Checkout code
17
17
uses : actions/checkout@v4
18
+ with :
19
+ submodules : true
18
20
- name : Set tag hash
19
21
id : tag
20
22
run : echo "hash=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT
21
23
- name : gitmarker
22
24
run : " for i in *.kicad_pcb; do sed -i 's/{GITHASH}/${{ steps.tag.outputs.hash }}/g' $i; done" # add git marker
23
- - uses : INTI-CMNB/KiBot@v2_k7
25
+ - uses : INTI-CMNB/KiBot@v2_k8
24
26
with :
25
27
# Required - kibot config file
26
28
config : config.kibot.yaml
Original file line number Diff line number Diff line change @@ -27,11 +27,10 @@ filters:
27
27
regex : ' mount.*hole'
28
28
29
29
preflight :
30
- run_erc : true
30
+ erc : true
31
31
update_xml : true
32
- run_drc : true
32
+ drc : true
33
33
check_zone_fills : false
34
- ignore_unconnected : false
35
34
36
35
global :
37
36
drc_exclusions_workaround : true
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 67
67
"visible_layers": "003fffd_80000007",
68
68
"zone_display_mode": 0
69
69
},
70
+ "git": {
71
+ "repo_password": "",
72
+ "repo_type": "",
73
+ "repo_username": "",
74
+ "ssh_key": ""
75
+ },
70
76
"meta": {
71
77
"filename": "rs-probe.kicad_prl",
72
78
"version": 3
You can’t perform that action at this time.
0 commit comments