Skip to content

fix: avoid setting dateInView when value stays the same #141

fix: avoid setting dateInView when value stays the same

fix: avoid setting dateInView when value stays the same #141

Workflow file for this run

name: Lint
on:
pull_request:
branches:
- master
- next
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 16
cache: npm
- name: Install dependencies
run: npm --no-workspaces ci
- name: Lint
run: npm run lint