Skip to content

Merge pull request #3 from cactusoftheday/fix-for-epub-parser #3

Merge pull request #3 from cactusoftheday/fix-for-epub-parser

Merge pull request #3 from cactusoftheday/fix-for-epub-parser #3

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