Skip to content

fix: Shift+Tab should not focus on clear icon #693

fix: Shift+Tab should not focus on clear icon

fix: Shift+Tab should not focus on clear icon #693

Workflow file for this run

name: CI
on:
pull_request:
push:
paths:
- '**.ts'
- '**.html'
- '**.scss'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: '18.x'
- name: Install dependencies
run: yarn install
- name: Run lint
run: yarn lint
- name: Run tests
run: yarn test:ci
- name: Build
run: yarn build:demo
- name: Coveralls
uses: coverallsapp/github-action@v1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
path-to-lcov: ./coverage/ng-select/lcov.info