when no files are found, `deno check` prints the following warning and exits with code 0: ```console $ deno check Warning No matching files found. ``` this is most likely unintentional, but because it's only a warning it won't fail in CI.
when no files are found,
deno checkprints the following warning and exits with code 0:this is most likely unintentional, but because it's only a warning it won't fail in CI.