ACCESS-NRI / model-config-tests

Tests for checking model configurations
Apache License 2.0
0 stars 1 forks source link

`config-comment-test`: Sanitize Newlines in Comment #80

Open CodeGat opened 1 month ago

CodeGat commented 1 month ago

Background

See https://github.com/ACCESS-NRI/access-om3-configs/actions/runs/11431171056/job/31799782369#step:4:2

The workflow fails when we give a newline-separated comment command. We either need to sanitize the inputs or give a failure message.

Workaround

For now, keep comment commands on a single line.