Skip to content

Restrict constructors of card and bcmc components #3890

Restrict constructors of card and bcmc components

Restrict constructors of card and bcmc components #3890

Workflow file for this run

name: Check PR
on:
pull_request:
branches-ignore:
- 'main'
types: [ opened, synchronize, reopened ]
concurrency:
group: ${{ github.head_ref }}
cancel-in-progress: true
jobs:
code_analysis:
name: Code analysis
uses: ./.github/workflows/code_analysis.yml
assemble:
name: Assemble
uses: ./.github/workflows/assemble.yml
needs: code_analysis
test:
name: Test
uses: ./.github/workflows/run_tests.yml
needs: assemble
sonar_cloud:
name: SonarCloud
uses: ./.github/workflows/sonar_cloud.yml
secrets: inherit