Skip to content

Improve plugin settings, standardized captcha errors, hide chapters that no longer exist #2054

Improve plugin settings, standardized captcha errors, hide chapters that no longer exist

Improve plugin settings, standardized captcha errors, hide chapters that no longer exist #2054

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