fix(bl-calendar): Add RTL support for arrow icons to prevent visual s… #199
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 Release Beta' | |
on: | |
push: | |
branches: | |
- next | |
jobs: | |
verify: | |
uses: trendyol/baklava/.github/workflows/verify.yml@next | |
secrets: inherit | |
release: | |
uses: trendyol/baklava/.github/workflows/release.yml@next | |
needs: verify | |
secrets: inherit | |
chromatic: | |
uses: trendyol/baklava/.github/workflows/publish-chromatic.yml@next | |
needs: verify |