Skip to content

fix lint issues and test #368

fix lint issues and test

fix lint issues and test #368

Workflow file for this run

name: ESLint
on:
push:
jobs:
build:
name: ESLint
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v2
- name: Use Node.js 16
uses: actions/setup-node@v2
with:
node-version: 16
- name: NPM Install
run: npm i
- name: ESLint
run: npm run lint:test