Skip to content

feat(ng18): remove no more necessary files #28

feat(ng18): remove no more necessary files

feat(ng18): remove no more necessary files #28

name: Test date-picker
on:
workflow_dispatch:
workflow_call:
push:
branches:
- '**'
tags-ignore:
- '**'
paths:
- '.github/workflows/ci_test_date-picker.yml'
- 'projects/date-picker/**'
concurrency:
group: ci-test-date-picker-group-${{ github.ref }}
cancel-in-progress: true
jobs:
ci_test_date-picker:
uses: dsi-hug/actions/.github/workflows/action.yml@v2
with:
working-directory: projects/date-picker
runs-on: '["ubuntu-latest", "macos-latest", "windows-latest"]'
node-versions: '[18, 20]'
lint: true
test: true