Skip to content

Completed the datepicker feature in user standup updates and fixed the hover issue on dates #1479

Completed the datepicker feature in user standup updates and fixed the hover issue on dates

Completed the datepicker feature in user standup updates and fixed the hover issue on dates #1479

Workflow file for this run

name: Tests
on:
pull_request:
branches: [main, develop]
push:
branches: [main, develop]
jobs:
Lint-Check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: yarn
- run: yarn test