fix(slider): align controls with focus order and right-align dots #55
This file contains hidden or 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: CI | ||
| on: | ||
| push: | ||
| branches: | ||
| - main | ||
| - dev | ||
| pull_request: | ||
| branches: | ||
| - main | ||
| - dev | ||
| jobs: | ||
| ci: | ||
| uses: builtnorth/basecamp-dev/.github/.github/workflows/npm-package-ci.yml@dev | ||
| with: | ||
| package-name: "ui-kit" | ||
| # Skip tests, lint, and build since this is a pure SCSS package | ||
| run-tests: false | ||
| run-lint: false | ||
| run-build: false | ||
| use-workspace: true | ||
| secrets: | ||
| POLARIS_PLUGIN_GITHUB_TOKEN: ${{ secrets.POLARIS_PLUGIN_GITHUB_TOKEN }} | ||