Skip to content

Update patrons.md

Update patrons.md #725

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: yarn
- name: Gen DB Client
run: yarn generate
- name: Run tests
run: yarn test
- name: Type Coverage
run: yarn type-coverage