Skip to content

Fixed last read not updating and bookmark button in reader mode. #2043

Fixed last read not updating and bookmark button in reader mode.

Fixed last read not updating and bookmark button in reader mode. #2043

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