Skip to content

refactor: Miscellaneous Cleanup (Closes #1307) #1993

refactor: Miscellaneous Cleanup (Closes #1307)

refactor: Miscellaneous Cleanup (Closes #1307) #1993

Workflow file for this run

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