Skip to content

New: [AEA-3751] - Modify the Spine Client to expose an interface to call the 'Search' Spine interaction #368

New: [AEA-3751] - Modify the Spine Client to expose an interface to call the 'Search' Spine interaction

New: [AEA-3751] - Modify the Spine Client to expose an interface to call the 'Search' Spine interaction #368

Workflow file for this run

name: Pull Request Checks
on:
pull_request:
branches: [main]
jobs:
quality_checks:
uses: ./.github/workflows/quality_checks.yml
with:
BRANCH_NAME: ${{ github.event.pull_request.head.ref }}
secrets:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
pr_title_format_check:
uses: ./.github/workflows/pr_title_check.yml