Skip to content

fix(ui5-slider): align slider to the spec #13715

fix(ui5-slider): align slider to the spec

fix(ui5-slider): align slider to the spec #13715

Workflow file for this run

name: CI - lint
on:
pull_request:
push:
branches:
- 'main'
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/[email protected]
with:
node-version: 22
cache: 'yarn'
- name: Install Dependencies
run: yarn --immutable
- name: Lint
run: yarn ci:lint