Skip to content

chore: fix background location timer types #89

chore: fix background location timer types

chore: fix background location timer types #89

Workflow file for this run

name: Validate
on: [push]
jobs:
lint:
runs-on: ubuntu-latest
name: Linter
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: "16.x"
cache: "yarn"
- run: yarn
- run: yarn eslint .
tsc:
runs-on: ubuntu-latest
name: TypeScript
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: "16.x"
cache: "yarn"
- run: yarn
- run: yarn tsc