Skip to content

Fix issues reported by pre-alpha users #1387

Fix issues reported by pre-alpha users

Fix issues reported by pre-alpha users #1387

Workflow file for this run

name: CI
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