fix(bl-calendar): Add RTL support for arrow icons to prevent visual s… #730
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: ./.github/workflows/verify.yml | |
secrets: inherit | |
chromatic: | |
uses: ./.github/workflows/publish-chromatic.yml | |
needs: verify |