fix(kit): InputDateRange
should not distinguish ranges with same dates and different names
#20855
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: ⚙️ Build | |
on: | |
pull_request: | |
push: | |
branches: [main] | |
jobs: | |
build: | |
if: ${{ !contains(github.head_ref, 'release/') }} | |
name: Build packages | |
runs-on: ubuntu-latest | |
steps: | |
- uses: taiga-family/ci/actions/setup/[email protected] | |
- uses: taiga-family/ci/actions/setup/[email protected] | |
- uses: taiga-family/ci/actions/setup/[email protected] | |
- run: npm run run-many:build:libs | |
- run: npx ts-node ./scripts/check-dist.ts | |
concurrency: | |
group: build-${{ github.workflow }}-${{ github.ref }} | |
cancel-in-progress: true |