Skip to content

Commit 84cee95

Browse files
committed
use reusable
1 parent d8119f5 commit 84cee95

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

.github/workflows/manual_release_stable.yaml

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -26,17 +26,9 @@ concurrency:
2626
cancel-in-progress: false
2727

2828
jobs:
29-
lint_check:
30-
name: Lint check
31-
uses: apify/workflows/.github/workflows/python_lint_check.yaml@main
32-
with:
33-
python-versions: '["3.10", "3.11", "3.12", "3.13", "3.14"]'
34-
35-
type_check:
36-
name: Type check
37-
uses: apify/workflows/.github/workflows/python_type_check.yaml@main
38-
with:
39-
python-versions: '["3.10", "3.11", "3.12", "3.13", "3.14"]'
29+
code_checks:
30+
name: Code checks
31+
uses: ./.github/workflows/_check_code.yaml
4032

4133
release_metadata:
4234
name: Prepare release metadata

0 commit comments

Comments
 (0)