Skip to content

event search collection replaces a start-param for past with the "now" #520

event search collection replaces a start-param for past with the "now"

event search collection replaces a start-param for past with the "now" #520

Workflow file for this run

name: Continuous integration
on:
pull_request:
push:
branches:
- main
tags:
- 'release-*'
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 20
- run: yarn
- run: yarn lint
- run: yarn test
- run: yarn build