Skip to content

fix(week-view): allDayEventsLabelTemplate rendered outside of container #55

fix(week-view): allDayEventsLabelTemplate rendered outside of container

fix(week-view): allDayEventsLabelTemplate rendered outside of container #55

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: corepack enable
- uses: actions/setup-node@v4
with:
node-version: 18
cache: 'pnpm'
- run: pnpm install
- run: pnpm test
- uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}