Skip to content

feat: add support for cover image in space #114

feat: add support for cover image in space

feat: add support for cover image in space #114

Workflow file for this run

name: Typecheck
on: [push]
jobs:
typecheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: '16.x'
- name: Yarn install
run: yarn install --frozen-lockfile
- name: Typecheck
run: yarn typecheck