mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-02-18 04:54:31 +01:00
CI: static-checks: Fold long line
Break up a long line as little to make it easier to read. Signed-off-by: James O. D. Hunt <james.o.hunt@intel.com>
This commit is contained in:
@@ -811,7 +811,10 @@ static_check_docs()
|
||||
|
||||
popd
|
||||
|
||||
[ $docs_failed -eq 0 ] || die "spell check failed, See https://github.com/kata-containers/kata-containers/blob/main/docs/Documentation-Requirements.md#spelling for more information."
|
||||
[ $docs_failed -eq 0 ] || {
|
||||
url='https://github.com/kata-containers/kata-containers/blob/main/docs/Documentation-Requirements.md#spelling'
|
||||
die "spell check failed, See $url for more information."
|
||||
}
|
||||
}
|
||||
|
||||
static_check_eof()
|
||||
|
||||
Reference in New Issue
Block a user