Skip to content

Add adjustment option for the width of the slider container via CSS c… #146

Add adjustment option for the width of the slider container via CSS c…

Add adjustment option for the width of the slider container via CSS c… #146

Workflow file for this run

name: Unit Tests
on: [push]
jobs:
unit:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
steps:
- name: Main checkout
uses: actions/checkout@v3
- name: Linting
run: make test-ci