Skip to content

add destination marker #4

add destination marker

add destination marker #4

Workflow file for this run

name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install Dependencies
run: npm install -g pnpm && pnpm install
- name: Typecheck
run: pnpm check-types