Check that a repository advertises the "codecheck" topic tag
Source:R/utils_register_check.R
check_repository_topic.RdThe community workflow asks codecheckers to tag the checked repository with the `codecheck` topic, see codecheckers/codecheck#14 and <https://github.com/search?q=topic A missing topic is informational only, not a defect, so this reports via `cli::cli_alert_info()` rather than `warning()`, matching `check_repository_badge()`.