feat(calendar): fix next month selection fix when current month is de… #638
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: 'Verify and Preview' | |
on: | |
pull_request: | |
branches: | |
- next | |
permissions: | |
pull-requests: read | |
jobs: | |
verify: | |
uses: trendyol/baklava/.github/workflows/verify.yml@next | |
secrets: inherit | |
chromatic: | |
uses: trendyol/baklava/.github/workflows/publish-chromatic.yml@next | |
needs: verify |