Skip to content

feat(card): implement a wip loading state #14

feat(card): implement a wip loading state

feat(card): implement a wip loading state #14

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