We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c6b63a commit cbd0230Copy full SHA for cbd0230
.github/workflows/run_release.yaml
@@ -52,6 +52,10 @@ jobs:
52
needs: [should_release]
53
uses: apify/workflows/.github/workflows/python_unit_tests.yaml@main
54
55
+ async_docstrings:
56
+ name: Async dostrings check
57
+ uses: ./.github/workflows/_async_docstrings_check.yaml
58
+
59
# TODO: remove this once https://github.com/apify/apify-sdk-python/issues/241 is resolved
60
changelog_entry_check:
61
name: Changelog entry check
0 commit comments