Skip to content

Add eslint config file #60

Add eslint config file

Add eslint config file #60

Workflow file for this run

# This workflow will do a clean install of node dependencies, build the source code and run lint check
name: Run lint
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
ref: ${{ github.event.pull_request.head.sha }}
- run: npm ci
- run: npm run lint