Skip to content

use latest play services version 21.0.1 (#249) #84

use latest play services version 21.0.1 (#249)

use latest play services version 21.0.1 (#249) #84

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