actions-marketplace-validations/Unity meta files check
Check missing/dangling meta files
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Jun 10, 2024
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/dena_unity-meta-check@d682fd262e2c7b142bc4f1882aa930acf37a7d7e # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| log_level | Log level for unity-meta-check toolchains (available: ERROR/WARN/INFO/DEBUG) | no | INFO |
| target_path | Target directory path to check. Relative path is treated as a path from $GITHUB_WORKSPACE (default: .) | no | . |
| target_type | Target type for unity-meta-check (available: auto-detect/unity-project/unity-project-sub-dir/upm-package) | no | auto-detect |
| ignore_dangling | Ignore dangling .meta | no | false |
| ignore_case | Do not treat case of file paths | no | false |
| ignore_submodules_and_nested | Ignore 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) | no | false |
| ignored_file_path | Path to .meta-check-ignore (note: keep empty if .meta-check-ignore does not exist) | no | "" |
| enable_autofix | Enable autofix (note: it can repair very limited file types) | no | false |
| autofix_globs | Comma 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_junit | Enable JUnit-style reporting | no | false |
| junit_xml_path | File path for generated JUnit test reports (note: required if enable_junit is true) | no | "" |
| enable_pr_comment | Enable reporting via GitHub Pull Request Comments | no | false |
| pr_comment_lang | Language code for GitHub Pull Request Comments (available: en/ja, note: cannot specify both lang and pr_comment_tmpl_file) | no | en |
| pr_comment_tmpl_file | File path to custom template file for GitHub Pull Request Comments (note: cannot specify both lang and pr_comment_tmpl_file) | no | "" |
| pr_comment_pull_number | Pull request number to comment | no | 0 |
| pr_comment_send_success | Send a comment if no missing/dangling .meta found | no | false |
Outputs
no outputs