Skip to content

chore(ui-date-input): add storybook examples for DateInput2 #3661

chore(ui-date-input): add storybook examples for DateInput2

chore(ui-date-input): add storybook examples for DateInput2 #3661

Workflow file for this run

name: AUTO Pull Request validation
on: [pull_request]
jobs:
pr_validation:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-node@v3
name: Install Node 22
with:
node-version: '22'
cache: 'npm'
- name: Install dependencies
run: npm ci
- name: Bootstrap project
run: npm run bootstrap
- name: Run test for the patchset
run: USE_REACT_STRICT_MODE=1 npm run test:patchset # TODO run individual checks and tests instead so when one fails the cause is easier to track down