Skip to content

Commit 31fbb76

Browse files
author
Peter Amstutz
committed
Fix site generation workflows to specify draft-3
1 parent cff09a0 commit 31fbb76

File tree

5 files changed

+5
-4
lines changed

5 files changed

+5
-4
lines changed

site/linkchecker.cwl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
class: CommandLineTool
2+
cwlVersion: draft-3
23
requirements:
34
- class: ShellCommandRequirement
45
- class: InlineJavascriptRequirement

site/makecontext.cwl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cwlVersion: "cwl:draft-3.dev4"
1+
cwlVersion: "cwl:draft-3"
22
class: CommandLineTool
33
inputs:
44
- id: schema

site/makedoc.cwl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cwlVersion: "cwl:draft-3.dev4"
1+
cwlVersion: "cwl:draft-3"
22
class: CommandLineTool
33
requirements:
44
- class: InlineJavascriptRequirement

site/makerdfs.cwl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cwlVersion: "cwl:draft-3.dev4"
1+
cwlVersion: "cwl:draft-3"
22
class: CommandLineTool
33
inputs:
44
- id: schema

site/makespec.cwl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cwlVersion: "cwl:draft-3.dev4"
1+
cwlVersion: "cwl:draft-3"
22
class: Workflow
33

44
inputs:

0 commit comments

Comments
 (0)