Skip to content

chore: add APIFY_USER_IS_PAYING env var to the ApifyEnvVars #6

chore: add APIFY_USER_IS_PAYING env var to the ApifyEnvVars

chore: add APIFY_USER_IS_PAYING env var to the ApifyEnvVars #6

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

Check failure on line 11 in .github/workflows/run_code_checks.yaml

View workflow run for this annotation

GitHub Actions / Run code checks

Invalid workflow file

The workflow is not valid. .github/workflows/run_code_checks.yaml (Line: 11, Col: 11): Input python-versions is required, but not provided while calling.
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