Skip to content

Commit

Permalink
Make inputs mandatory
Browse files Browse the repository at this point in the history
  • Loading branch information
joshgarde committed Feb 11, 2024
1 parent 4162d87 commit ce67f60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jobset.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
},
"additionalProperties": false,
"required": [
"jobs"
"jobs", "inputs"
]
}

0 comments on commit ce67f60

Please sign in to comment.