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 28642c1 commit 38f4f0eCopy full SHA for 38f4f0e
.github/workflows/_check_docs.yaml
@@ -11,4 +11,3 @@ jobs:
11
doc_checks:
12
name: Doc checks
13
uses: apify/workflows/.github/workflows/python_docs_check.yaml@main
14
- secrets: inherit
.github/workflows/on_pull_request.yaml
@@ -16,7 +16,6 @@ jobs:
16
17
18
uses: ./.github/workflows/_check_docs.yaml
19
20
21
code_checks:
22
name: Code checks
0 commit comments