Skip to content

Set max update age instead of expiration duration. (#294) #97

Set max update age instead of expiration duration. (#294)

Set max update age instead of expiration duration. (#294) #97

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