Skip to content

ADCM-6292 & ADCM-6294 Change structure initialization when it's default is None and (de)sync structure on child change #475

ADCM-6292 & ADCM-6294 Change structure initialization when it's default is None and (de)sync structure on child change

ADCM-6292 & ADCM-6294 Change structure initialization when it's default is None and (de)sync structure on child change #475

name: Validate Pull Request Changes
# most important for us is "synchronize" event for pull request, which is included by default
on: pull_request
jobs:
lint:
name: Lint Python code
uses: ./.github/workflows/step_lint.yaml
unit_tests:
name: Run unit tests
uses: ./.github/workflows/step_test_from_dir.yaml
with:
target: tests/unit
description: Unit