Skip to content

Enhancement/add touch to sliders #1101

Enhancement/add touch to sliders

Enhancement/add touch to sliders #1101

Workflow file for this run

# This workflow will run the linters and check if the all the code satisfies the gameface components style guide.
name: Run linters
on:
pull_request:
branches: [ master ]
jobs:
lint:
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- name: Installing modules
run: npm i
- name: Running linters
run: npm run lint:all