Skip to content

fix: weird height of date input fields #835

fix: weird height of date input fields

fix: weird height of date input fields #835

Workflow file for this run

name: 👕 Lint source files
on:
push:
branches:
- develop
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎
uses: actions/checkout@v3
- name: Install dependencies 📦
run: npm ci
- name: Lint source files 👕
run: npm run lint