Skip to content

Commit ce147ed

Browse files
Merged v1.2.1 codegen branch into v1.3 (#22)
Co-authored-by: Peter Amstutz <[email protected]>
1 parent c74400e commit ce147ed

19 files changed

+751
-63
lines changed

.github/config/wordlist.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ chilton
2525
cisphobia
2626
classname
2727
cmd
28+
colonnelli
2829
commandinputarrayschema
2930
commandinputenumschema
3031
commandinputparameter
@@ -54,6 +55,11 @@ cryptographic
5455
ctbrown
5556
curii
5657
cwl
58+
cwlarrayschema
59+
cwlinputfile
60+
cwlobjecttype
61+
cwlrecordfield
62+
cwlrecordschema
5763
cwltest
5864
cwltool
5965
cwltype
@@ -108,6 +114,7 @@ gmail
108114
gunzip
109115
hervé
110116
https
117+
iacopo
111118
iana
112119
ietf
113120
implementer
@@ -122,6 +129,7 @@ inplaceupdaterequirement
122129
inputarrayschema
123130
inputenumschema
124131
inputbinding
132+
inputfile
125133
inputformat
126134
inputrecordfield
127135
inputrecordschema
@@ -272,6 +280,7 @@ tijanić
272280
timelimit
273281
toc
274282
tooltimelimit
283+
torino
275284
transcode
276285
txt
277286
typedef

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
push:
99
branches: [ main ]
1010
pull_request:
11-
branches: [ main, 1.2.1_proposed ]
11+
branches: [ main ]
1212

1313
# Allows you to run this workflow manually from the Actions tab
1414
workflow_dispatch:

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: "CodeQL"
22

33
on:
44
push:
5-
branches: [ "1.2.1_proposed", "main" ]
5+
branches: [ "main" ]
66
pull_request:
7-
branches: [ "1.2.1_proposed" ]
7+
branches: [ "main" ]
88
schedule:
99
- cron: "32 15 * * 5"
1010

.github/workflows/cwltool.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
push:
77
branches: [ main ]
88
pull_request:
9-
branches: [ main, 1.2.1_proposed ]
9+
branches: [ main ]
1010

1111
# Allows you to run this workflow manually from the Actions tab
1212
workflow_dispatch:

.github/workflows/spellcheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on:
33
push:
44
branches: [ main ]
55
pull_request:
6-
branches: [ main, 1.2.1_proposed ]
6+
branches: [ main ]
77
workflow_dispatch:
88

99
jobs:

0 commit comments

Comments
 (0)