Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added CWLObjectType named union #220

Merged
merged 14 commits into from
Apr 10, 2024
Merged
9 changes: 9 additions & 0 deletions .github/config/wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ chilton
cisphobia
classname
cmd
colonnelli
commandinputarrayschema
commandinputenumschema
commandinputparameter
Expand Down Expand Up @@ -54,6 +55,11 @@ cryptographic
ctbrown
curii
cwl
cwlarrayschema
cwlinputfile
cwlobjecttype
cwlrecordfield
cwlrecordschema
cwltest
cwltool
cwltype
Expand Down Expand Up @@ -108,6 +114,7 @@ gmail
gunzip
hervé
https
iacopo
iana
ietf
implementer
Expand All @@ -122,6 +129,7 @@ inplaceupdaterequirement
inputarrayschema
inputenumschema
inputbinding
inputfile
inputformat
inputrecordfield
inputrecordschema
Expand Down Expand Up @@ -270,6 +278,7 @@ tijanić
timelimit
toc
tooltimelimit
torino
transcode
txt
typedef
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ name: CI
on:
# Triggers the workflow on push or pull request events but only for the main branch
push:
branches: [ main ]
branches: [ main, codegen ]
pull_request:
branches: [ main, 1.2.1_proposed ]
branches: [ main, codegen ]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
*.egg-info
*egg[s]
__pycache__
.python_history
.python_history
Loading