Skip to content

fix(source): Novel Updates, FastNovel & Arnovel (#782) #1275

fix(source): Novel Updates, FastNovel & Arnovel (#782)

fix(source): Novel Updates, FastNovel & Arnovel (#782) #1275

Workflow file for this run

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