Skip to content

chore(deps): bump braces from 3.0.2 to 3.0.3 in /website #202

chore(deps): bump braces from 3.0.2 to 3.0.3 in /website

chore(deps): bump braces from 3.0.2 to 3.0.3 in /website #202

Workflow file for this run

name: Code quality checks
on:
pull_request:
jobs:
check_version_availability:
name: Check version availability
uses: ./.github/workflows/check_version_availability.yaml
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_async_docstrings:
name: Check async dostrings
uses: ./.github/workflows/check_async_docstrings.yaml
integration_tests:
name: Run integration tests
needs: [lint_and_type_checks, unit_tests, check_async_docstrings]
uses: ./.github/workflows/integration_tests.yaml
secrets: inherit