Skip to content
Snippets Groups Projects

check Nushell files in the CI

Merged STEVAN Antoine requested to merge check-nushell-files into main
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
@@ -13,8 +13,8 @@ for f in $files {
error make --unspanned {
msg: ([
$"($e.msg):",
$" file: ($f)",
$"(ansi red_bold)($e.msg)(ansi reset):",
$" file: (ansi purple)($f)(ansi reset)",
$" err: ($err.msg)",
] | str join "\n")
}