pub const Options = struct
pub const Options = struct {
paths: []const LazyPath = &.{},
exclude_paths: []const LazyPath = &.{},
/// If true, fails the build step when any non-conforming files are encountered.
check: bool = false,
}