Skip to content

Merge pull request #1822 from Adyen/chore/expiry-date-autofill-hint #244

Merge pull request #1822 from Adyen/chore/expiry-date-autofill-hint

Merge pull request #1822 from Adyen/chore/expiry-date-autofill-hint #244

Workflow file for this run

name: Check Develop
on:
push:
branches:
- 'develop'
concurrency:
group: 'develop'
cancel-in-progress: true
jobs:
assemble:
name: Assemble
uses: ./.github/workflows/assemble.yml
sonar_cloud:
name: SonarCloud
uses: ./.github/workflows/sonar_cloud.yml
needs: assemble
secrets: inherit