Skip to content

add recurring calendar view #351

add recurring calendar view

add recurring calendar view #351

Workflow file for this run

name: Test
on:
- push
- pull_request
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.4.0
- uses: cachix/install-nix-action@v20
with:
nix_path: nixpkgs=channel:nixos-unstable
- run: |
nix develop --command npm install
nix develop --command make lint
nix develop --command make test