Checks the version of GitHub Actions (GHA) workflows installed in a package against the version available in gsm.utils. This helps identify if workflows need to be updated.
Value
A list with the following components:
- package_version
Version found in the package workflows (or NA)
- gsm_utils_version
Current version available in gsm.utils
- is_current
Logical indicating if package version matches gsm.utils version
- workflows_found
Character vector of workflow files found
- workflows_missing
Character vector of workflow files missing from package