Skip to content

feat(kit): DateRange add configurable parameter rangeSeparator #487

feat(kit): DateRange add configurable parameter rangeSeparator

feat(kit): DateRange add configurable parameter rangeSeparator #487

Workflow file for this run

name: Lint
on: [pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Node.js and Cache
uses: ./.github/actions/nodejs
- name: Lint check
run: |
npm run typecheck
npm run format -- --check
npm run stylelint
npm run lint
concurrency:
group: lint-${{ github.head_ref }}
cancel-in-progress: true