@@ -15,42 +15,34 @@ jobs:
1515 strategy :
1616 fail-fast : false
1717 matrix :
18- include :
19- - local : packages/addons
20- repo : cognesy/instructor-addons
21- name : instructor-addons
22-
23- - local : packages/auxiliary
24- repo : cognesy/instructor-aux
25- name : instructor-aux
26-
27- - local : packages/http-client
28- repo : cognesy/instructor-http-client
29- name : instructor-http-client
30-
31- - local : packages/hub
32- repo : cognesy/instructor-hub
33- name : instructor-hub
34-
35- - local : packages/instructor
36- repo : cognesy/instructor-struct
37- name : instructor-struct
38-
39- - local : packages/polyglot
40- repo : cognesy/instructor-polyglot
41- name : instructor-polyglot
42-
43- - local : packages/setup
44- repo : cognesy/instructor-setup
45- name : instructor-setup
46-
47- - local : packages/tell
48- repo : cognesy/instructor-tell
49- name : instructor-tell
50-
51- - local : packages/utils
52- repo : cognesy/instructor-utils
53- name : instructor-utils
18+ package :
19+ - local : ' packages/addons'
20+ repo : ' cognesy/instructor-addons'
21+ name : ' instructor-addons'
22+ - local : ' packages/auxiliary'
23+ repo : ' cognesy/instructor-aux'
24+ name : ' instructor-aux'
25+ - local : ' packages/http-client'
26+ repo : ' cognesy/instructor-http-client'
27+ name : ' instructor-http-client'
28+ - local : ' packages/hub'
29+ repo : ' cognesy/instructor-hub'
30+ name : ' instructor-hub'
31+ - local : ' packages/instructor'
32+ repo : ' cognesy/instructor-struct'
33+ name : ' instructor-struct'
34+ - local : ' packages/polyglot'
35+ repo : ' cognesy/instructor-polyglot'
36+ name : ' instructor-polyglot'
37+ - local : ' packages/setup'
38+ repo : ' cognesy/instructor-setup'
39+ name : ' instructor-setup'
40+ - local : ' packages/tell'
41+ repo : ' cognesy/instructor-tell'
42+ name : ' instructor-tell'
43+ - local : ' packages/utils'
44+ repo : ' cognesy/instructor-utils'
45+ name : ' instructor-utils'
5446
5547 steps :
5648 - uses : actions/checkout@v4
0 commit comments