Skip to content

feat: add funding

feat: add funding #29

Workflow file for this run

name: CI
on: [push, pull_request]
env:
DATABASE_URL: "https://fake.com"
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install Dependencies
run: yarn
- name: Typecheck
run: yarn typecheck
- name: Lint
run: yarn lint