Skip to content

fix: make children optional and use correct type #34

fix: make children optional and use correct type

fix: make children optional and use correct type #34

Workflow file for this run

name: ci
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Deno setup
uses: denoland/setup-deno@v1
- name: Build
shell: bash
run: deno task ci