Skip to content

Disable user-select on next-button and info-text (#1225) #160

Disable user-select on next-button and info-text (#1225)

Disable user-select on next-button and info-text (#1225) #160

Workflow file for this run

name: Lint
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
name: ESLint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: npm install
- name: Run ESLint
run: npm run lint