Skip to content

revert: remove attempted workaround for trpc connection timeout #31

revert: remove attempted workaround for trpc connection timeout

revert: remove attempted workaround for trpc connection timeout #31

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
- name: Lint
run: npm run lint