Skip to content

Commit

Permalink
Update yaml validation code
Browse files Browse the repository at this point in the history
  • Loading branch information
willemarcel committed Sep 11, 2024
1 parent 8987f3b commit 7c632ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions task/tests/validate-yaml.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ const structure = array(
rename_as_ict: optional(boolean()),
process_as_ict: optional(boolean()),
coords_divisor: optional(number()),
data_start_line_fix: optional(number()),
files: array(string()),
})
),
Expand Down

0 comments on commit 7c632ed

Please sign in to comment.