Skip to content

datesOnlyPeriods removed #1090

datesOnlyPeriods removed

datesOnlyPeriods removed #1090

Workflow file for this run

name: Test
on:
push:
jobs:
lint:
name: Run linters and tsc
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 16
cache: "yarn"
- run: yarn install --frozen-lockfile --ignore-scripts
- run: yarn run lint
- run: yarn run type-check