Skip to content

added resiliency against variance between updated and updatedAt #28

added resiliency against variance between updated and updatedAt

added resiliency against variance between updated and updatedAt #28

Workflow file for this run

name:
Linting
on:
push:
pull_request:
jobs:
Lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: install node v12
uses: actions/setup-node@v1
with:
node-version: 12
- name: npm install
run: npm install
- name: lint
run: npm run lint