Skip to content

Start using apify-shared for general consts and utils #56

Start using apify-shared for general consts and utils

Start using apify-shared for general consts and utils #56

Workflow file for this run

name: Code quality checks
on:
pull_request:
jobs:
lint_and_type_checks:
name: Run lint and type checks
uses: ./.github/workflows/lint_and_type_checks.yaml
unit_tests:
name: Run unit tests
needs: [lint_and_type_checks]
uses: ./.github/workflows/unit_tests.yaml
check_docs:
name: Check whether the documentation is up to date
uses: ./.github/workflows/check_docs.yaml
integration_tests:
name: Run integration tests
needs: [lint_and_type_checks, unit_tests, check_docs]
uses: ./.github/workflows/integration_tests.yaml
secrets: inherit