Skip to content

Docs: [AEA-3617] - Amend the integration guide (#6) #4

Docs: [AEA-3617] - Amend the integration guide (#6)

Docs: [AEA-3617] - Amend the integration guide (#6) #4

Workflow file for this run

name: CI Quality Checks
on:
push:
branches: [main]
jobs:
quality_checks:
uses: ./.github/workflows/quality_checks.yml
with:
BRANCH_NAME: main
secrets:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}