Skip to content

feat(ui5-date-picker): introduce value-state-change event #547

feat(ui5-date-picker): introduce value-state-change event

feat(ui5-date-picker): introduce value-state-change event #547

Workflow file for this run

name: CI - lint
on:
pull_request:
push:
branches:
- 'main'
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
cache: 'yarn'
- name: Install Dependencies
run: yarn --frozen-lockfile
- name: Lint
run: yarn ci:lint