Skip to content

Commit 036b691

Browse files
committed
GH pipelines
1 parent 2ec7e98 commit 036b691

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/run_code_checks.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,20 @@ jobs:
1010
lint_check:
1111
name: Lint check
1212
uses: apify/workflows/.github/workflows/python_lint_check.yaml@main
13+
with:
14+
python-version: '["3.10", "3.11", "3.12", "3.13"]'
1315

1416
type_check:
1517
name: Type check
1618
uses: apify/workflows/.github/workflows/python_type_check.yaml@main
19+
with:
20+
python-version: '["3.10", "3.11", "3.12", "3.13"]'
1721

1822
unit_tests:
1923
name: Unit tests
2024
uses: apify/workflows/.github/workflows/python_unit_tests.yaml@main
25+
with:
26+
python-version: '["3.10", "3.11", "3.12", "3.13"]'
2127

2228
async_docstrings:
2329
name: Async dostrings check

0 commit comments

Comments
 (0)