Skip to content

Mark first chapter as read for "mark previous as read" #409

Mark first chapter as read for "mark previous as read"

Mark first chapter as read for "mark previous as read" #409

name: CI Pull Request
on:
pull_request:
jobs:
build:
name: ci-pull-request
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: yarn
- name: Run ESLint
run: yarn lint
- name: Run TSC
run: yarn tsc
- name: Build app
run: yarn build