Skip to content

Fix ESLint reports

Fix ESLint reports #26

Workflow file for this run

name: ESLint
on:
pull_request: {}
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: npm install --save-dev eslint standard
- name: Run ESLint
run: npx eslint scripts options