Finds files matching a glob pattern, relative to ctx.cwd.
Arguments:
pattern(required) —Path.wildcard/1-compatible pattern, e.g.lib/**/*.ex.max_results(optional, default 200) — cap on the number of paths returned.include_artifacts(optional, default false) — when true, returns paths under_build/,deps/,node_modules/,.git/,priv/static/, andtmp/too.
Result is a newline-separated list of paths relative to ctx.cwd.