Skip to content

fix(fields): allow for empty dates subtraction [CLK-578056] #33

fix(fields): allow for empty dates subtraction [CLK-578056]

fix(fields): allow for empty dates subtraction [CLK-578056] #33

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: .nvmrc
cache: 'npm'
- name: Install dependencies
run: npm ci
- name: Lint
run: npm run lint
- name: Build and Test
run: |
npm run test
npm run build