Skip to content

update docs and clean up #77

update docs and clean up

update docs and clean up #77

Workflow file for this run

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