Skip to content

refactor: remove homepage, rename routes #66

refactor: remove homepage, rename routes

refactor: remove homepage, rename routes #66

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: Install Dependencies
run: npm install --legacy-peer-deps
- name: Typecheck
run: npm run typecheck
- name: Lint
run: npm run lint