Skip to content

Immediate Support button fix #281

Immediate Support button fix

Immediate Support button fix #281

Workflow file for this run

name: Run ESLint
on: [push]
jobs:
build:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: '11.x'
- run: npm install
- run: npm run lint