Skip to content

Fix refresh and page restoration bugs on Android (#75) #36

Fix refresh and page restoration bugs on Android (#75)

Fix refresh and page restoration bugs on Android (#75) #36

Workflow file for this run

name: TypeScript
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: yarn install
- name: Run TypeScript
run: yarn typescript
- name: Run eslint
run: yarn lint