Skip to content

Commit 20ddc61

Browse files
vdusekclaude
andcommitted
ci: use shared python_package_check workflow from apify/workflows
Replaces the local _check_package.yaml with a direct call to the shared reusable workflow. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 83b006e commit 20ddc61

2 files changed

Lines changed: 4 additions & 33 deletions

File tree

.github/workflows/_check_package.yaml

Lines changed: 0 additions & 32 deletions
This file was deleted.

.github/workflows/on_pull_request.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,10 @@ jobs:
1919

2020
package_check:
2121
name: Package check
22-
uses: ./.github/workflows/_check_package.yaml
22+
uses: apify/workflows/.github/workflows/python_package_check.yaml@main
23+
with:
24+
package_name: apify_shared
25+
src_package_dir: src/apify_shared
2326

2427
tests:
2528
name: Tests

0 commit comments

Comments
 (0)