Skip to content

fix(slider): align controls with focus order and right-align dots #55

fix(slider): align controls with focus order and right-align dots

fix(slider): align controls with focus order and right-align dots #55

Workflow file for this run

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

Check failure on line 15 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/ci.yml

Invalid workflow file

invalid value workflow reference: references to workflows must be prefixed with format 'owner/repository/' or './' for local workflows
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 }}