dena/Unity meta files check

Check missing/dangling meta files

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
log_levelLog level for unity-meta-check toolchains (available: ERROR/WARN/INFO/DEBUG)noINFO
target_pathTarget directory path to check. Relative path is treated as a path from $GITHUB_WORKSPACE (default: .)no.
target_typeTarget type for unity-meta-check (available: auto-detect/unity-project/unity-project-sub-dir/upm-package)noauto-detect
ignore_danglingIgnore dangling .metanofalse
ignore_caseDo not treat case of file pathsnofalse
ignore_submodules_and_nestedIgnore git submodules and nesting repositories (note: this is RECOMMENDED but not enabled by default because it can cause to miss problems in submodules or nesting repositories)nofalse
ignored_file_pathPath to .meta-check-ignore (note: keep empty if .meta-check-ignore does not exist)no""
enable_autofixEnable autofix (note: it can repair very limited file types)nofalse
autofix_globsComma separated globs that match directories to where to allow autofix (example: use '*' to allow autofix all files, note: required if enable_autofix is true)no*
enable_junitEnable JUnit-style reportingnofalse
junit_xml_pathFile path for generated JUnit test reports (note: required if enable_junit is true)no""
enable_pr_commentEnable reporting via GitHub Pull Request Commentsnofalse
pr_comment_langLanguage code for GitHub Pull Request Comments (available: en/ja, note: cannot specify both lang and pr_comment_tmpl_file)noen
pr_comment_tmpl_fileFile path to custom template file for GitHub Pull Request Comments (note: cannot specify both lang and pr_comment_tmpl_file)no""
pr_comment_pull_numberPull request number to commentno0
pr_comment_send_successSend a comment if no missing/dangling .meta foundnofalse

no outputs