Can warnings captured by pytest also be turned into annotations? I’m referring to the warnings output at the end of a pytest run. Pytest offers a [hook for such warnings](https://docs.pytest.org/en/6.2.x/reference.html#pytest.hookspec.pytest_warning_recorded). They could be turned into annotations using the [*warning* workflow command](https://docs.github.com/en/actions/learn-github-actions/workflow-commands-for-github-actions#setting-a-warning-message).