Skip to content

ci: Fix calling run_code_checks in pre_release #2

ci: Fix calling run_code_checks in pre_release

ci: Fix calling run_code_checks in pre_release #2

name: Run code checks
on:
# Trigger code checks on opening a new pull request.
pull_request:
workflow_call:
jobs:
lint_check:
name: Lint check
uses: apify/workflows/.github/workflows/python_lint_check.yaml@main
type_check:
name: Type check
uses: apify/workflows/.github/workflows/python_type_check.yaml@main
unit_tests:
name: Unit tests
uses: apify/workflows/.github/workflows/python_unit_tests.yaml@main